DELETE
/
api
/
v1
/
schedules
/
{schedule_id}
curl --request DELETE \
  --url https://api.trigger.dev/api/v1/schedules/{schedule_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
headerrequired

Use your Secret API key in the form 'Bearer <SECRET KEY>' (without the quotation marks)

Path Parameters

schedule_id
string
required

The ID of the schedule.