cURL
curl --request DELETE \ --url https://eu1.api.matillion.com/dpc/v1/projects/{projectId}/schedules/{scheduleId} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>", "instance": "<string>", "status": 123, "title": "<string>", "type": "<string>", "violations": [ "<string>" ] }
An endpoint for deleting the schedule for the given schedule id
a valid bearer token
Schedule deleted successfully
Was this page helpful?