Skip to main content
POST
/
scheduled-calls
/
customer
/
{customerId}
/
cancel-all
{
  "canceledCount": 123,
  "scheduledCalls": [
    {
      "id": "<string>",
      "customerId": "<string>",
      "scheduledTime": "<string>",
      "status": "<string>",
      "callId": "<string>",
      "postProcessingFlags": [
        "<string>"
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Path Parameters

customerId
string
required

ID of customer whose scheduled calls should be canceled

Response

All scheduled calls canceled for customer

canceledCount
integer

Number of scheduled calls that were canceled

scheduledCalls
object[]

Array of canceled scheduled calls