Skip to main content

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 status transitions to cancelled.
  • Pending reminders for the call are cancelled.
  • A cancelled event is appended to the timeline, and any configured webhook subscription receives scheduled.cancelled.
  • Idempotent — calling DELETE on an already-cancelled row returns the row unchanged.

Response

Errors

  • 403 forbidden unauthorized for app or missing scope
  • 404 not_found call does not belong to this app
  • 500 server_error

Example