Skip to main content
DELETE
/
schedule_files
/
{id}
Delete a schedule file
curl --request DELETE \
  --url https://api.getkroo.com/api/v3/schedule_files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": 123
}

Authorizations

Authorization
string
header
required

Bearer token obtained from POST /oauth/token. Send as Authorization: Bearer <token>. Tokens expire after 1 hour; refresh by requesting a new one with the same client credentials.

Path Parameters

id
integer<int64>
required

Schedule file ID.

Response

File deleted; downstream cleanup enqueued

deleted
enum<boolean>
required
Available options:
true
id
integer<int64>
required