How To
Delete Schedules
Deleting schedules can be done using the schedules api.
Deleting a schedule does not stop existing messages from being delivered. It
only stops the schedule from creating new messages.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -XDELETE \
-H 'Authorization: Bearer XXX' \
'https://qstash.upstash.io/v2/schedules/<schedule_id>'
curl \
-H 'Authorization: Bearer XXX' \
'https://qstash.upstash.io/v2/schedules'
Was this page helpful?