Skip to main content
DELETE
/
v1
/
schedules
/
{scheduleId}
curl -XDELETE https://qstash.upstash.io/v1/schedules/scd_1234 \
  -H "Authorization: Bearer <token>"
{ "status": "accepted" }

Documentation Index

Fetch the complete documentation index at: https://upstash-fix-issues-on-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

It can take up to 60s for the schedule to be deleted from the system.

Request

scheduleID
string
required
The unique id of the schedule you want to delete
curl -XDELETE https://qstash.upstash.io/v1/schedules/scd_1234 \
  -H "Authorization: Bearer <token>"
{ "status": "accepted" }