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

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.

Request

scheduleId
string
The schedule id to remove

Response

This endpoint simply returns 200 OK if the schedule is removed successfully.
curl -XDELETE https://qstash.upstash.io/v2/schedules/scd_123 \
  -H "Authorization: Bearer <token>"