Schedules
Remove Schedule
Remove a schedule
DELETE
/
v2
/
schedules
/
{scheduleId}
Authorization
Path
curl -XDELETE https://qstash.upstash.io/v2/schedules/scd_123 \
-H "Authorization: Bearer <token>"
Request
scheduleId
string
The schedule id to remove
Response
This endpoint simply returns 200 OK if the schedule is removed successfully.
Was this page helpful?
curl -XDELETE https://qstash.upstash.io/v2/schedules/scd_123 \
-H "Authorization: Bearer <token>"