Remove a schedule
curl -XDELETE https://qstash.upstash.io/v2/schedules/scd_123 \ -H "Authorization: Bearer <token>"
The schedule id to remove
This endpoint simply returns 200 OK if the schedule is removed successfully.
Was this page helpful?