Webex · Schema

CancelCalloutRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
participantId string ID of the SIP participant on whom the callout is to be cancelled. It can be retrieved from the response of the "Call Out a SIP Participant" API.
View JSON Schema on GitHub

JSON Schema

webex-cancelcalloutrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CancelCalloutRequest",
  "title": "CancelCalloutRequest",
  "type": "object",
  "required": [
    "participantId"
  ],
  "properties": {
    "participantId": {
      "type": "string",
      "example": "d8c3347d7ec04242ba9b856184b334ac_I_630641605678082408_57514861-50f7-3f5b-864f-ce0e308bf653",
      "description": "ID of the SIP participant on whom the callout is to be cancelled. It can be retrieved from the response of the \"Call Out a SIP Participant\" API."
    }
  }
}