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

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" }