curl -XDELETE https://qstash.upstash.io/v1/schedules/scd_1234 \
-H "Authorization: Bearer <token>"
{ "status": "accepted" }
Schedules
Delete Schedule
This endpoint deletes a schedule.
DELETE
/
v1
/
schedules
/
{scheduleId}
curl -XDELETE https://qstash.upstash.io/v1/schedules/scd_1234 \
-H "Authorization: Bearer <token>"
{ "status": "accepted" }
Was this page helpful?