This endpoint deletes a schedule.
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.
The unique id of the schedule you want to delete
Was this page helpful?