Documentation Index
Fetch the complete documentation index at: https://docs.apifycloud.io/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
DELETE https://api.apifycloud.io/api/v1/video/{appId}/scheduled-calls/{id}
Authentication
Bearer token required. Scope:scheduling:write
Path parameters
appId(UUID, required)id(UUID, required) — the scheduled call id
Request body
Optional. A cancellation reason can be supplied either in the body or as?reason=... query parameter.
Behavior
- The row is never hard-deleted; only
statustransitions tocancelled. - Pending reminders for the call are cancelled.
- A
cancelledevent is appended to the timeline, and any configured webhook subscription receivesscheduled.cancelled. - Idempotent — calling
DELETEon an already-cancelled row returns the row unchanged.
Response
Errors
403 forbiddenunauthorized for app or missing scope404 not_foundcall does not belong to this app500 server_error