Skip to main content
POST
/
scheduled-calls
/
customer
/
{customerId}
/
cancel-all
cURL
curl --request POST \
  --url https://api.example.com/scheduled-calls/customer/{customerId}/cancel-all \
  --header 'X-API-Key: <api-key>'
{
  "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