Skip to main content
DELETE
/
v2
/
schedules
/
{scheduleId}
Delete a Schedule
curl --request DELETE \
  --url https://qstash.upstash.io/v2/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

scheduleId
string
required

The ID of the schedule to delete.

Response

200

Schedule deleted successfully