Webex · Example Payload

Webex Bulkpurgerecordings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Bulkpurgerecordings 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": "bulkPurgeRecordings",
  "method": "POST",
  "path": "/recordings/purge",
  "summary": "Purge Recordings from Recycle Bin",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "purgeAll": false,
        "recordingIds": [
          "4f914b1dfe3c4d11a61730f18c0f5387"
        ],
        "siteUrl": "example.webex.com"
      }
    }
  ],
  "responseExamples": []
}