Schedules
Delete a Schedule
Delete a schedule
DELETE/v2/schedules/{scheduleId}
cURL
curl --request DELETE \
--url https://qstash-{region}.upstash.io/v2/schedules/{scheduleId} \
--header 'Authorization: Bearer <token>'Authorization
Authorizationheaderstringrequired
Bearer authentication header of the form Bearer <token>.
Path parameters
scheduleIdpathstringrequired
The ID of the schedule to delete.