Remove schedule by ID
DELETE {{baseUrl}}/api/schedules/:id
Remove schedule by its id. You obtain the authorization token needed to execute the request using POST /auth/login. You pass the authorization token in the request header. You obtain the schedule ID using GET /schedules. You remove the schedule by passing the schedule ID in the path of the request.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
X-MSTR-AuthToken
|
string | (Required) Authorization token |
RESPONSES
status
ENDPOINTS