cURL
curl --request DELETE \ --url https://qstash.upstash.io/v2/schedules/{scheduleId} \ --header 'Authorization: Bearer <token>'
Delete a schedule
QStash authentication token
The ID of the schedule to delete.
Schedule deleted successfully
Was this page helpful?