cURL
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>" } }
Send your API key in the Authorization header as Bearer API_KEY.
1
"sched_123"
Schedule deleted successfully
Show child attributes
Was this page helpful?