DELETE
/
api
/
schedules
/
{scheduleId}
Delete a schedule
curl --request DELETE \
  --url https://api.atendai.com/api/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<success message>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

scheduleId
string
required

The ID of the schedule to delete

Response

Successful response

message
string
required
Example:

"<success message>"