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

Request

scheduleId
string

The schedule id to remove

Response

This endpoint simply returns 200 OK if the schedule is removed successfully.