Webex · Example Payload

Webex Bulksoftdeleterecordings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Bulksoftdeleterecordings 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": "bulkSoftDeleteRecordings",
  "method": "POST",
  "path": "/recordings/softDelete",
  "summary": "Move Recordings into the Recycle Bin",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "recordingIds": [
          "4f914b1dfe3c4d11a61730f18c0f5387"
        ],
        "siteUrl": "example.webex.com"
      }
    }
  ],
  "responseExamples": []
}