Webex · Example Payload

Webex Delete A Recording Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Delete A Recording 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": "delete_a_recording",
  "method": "DELETE",
  "path": "/convergedRecordings/{recordingId}",
  "summary": "Delete a Recording",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "reason": "audit",
        "comment": "Compliance Officer's optional explanation for deleting a recording"
      }
    }
  ],
  "responseExamples": []
}