Skip to main content
DELETE
https://api.usenotra.com
/
v1
/
schedules
/
{scheduleId}
Delete a schedule
curl --request DELETE \
  --url https://api.usenotra.com/v1/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "organization": {
    "id": "<string>",
    "slug": "<string>",
    "name": "<string>",
    "logo": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Send your API key in the Authorization header as Bearer API_KEY.

Path Parameters

scheduleId
string
required
Minimum string length: 1
Example:

"sched_123"

Response

Schedule deleted successfully

id
string
required
organization
object
required