Webex · Example Payload

Webex Cancel Calling Out A Sip Participant Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Cancel Calling Out A Sip Participant Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Cancel Calling Out a SIP Participant",
  "method": "POST",
  "path": "/meetingParticipants/cancelCallout",
  "summary": "Cancel Calling Out a SIP Participant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "participantId": "d8c3347d7ec04242ba9b856184b334ac_I_630641605678082408_57514861-50f7-3f5b-864f-ce0e308bf653"
      }
    }
  ],
  "responseExamples": []
}