Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
schedules
/
{scheduleId}
Deletes the schedule by the given schedule id
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>"
  ]
}

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

projectId
string<uuid>
required
scheduleId
string<uuid>
required

Response

Schedule deleted successfully