Webex · Example Payload

Webex Purge Recordings From Recycle Bin Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Purge Recordings From Recycle Bin 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": "purge_recordings_from_recycle_bin",
  "method": "POST",
  "path": "/convergedRecordings/purge",
  "summary": "Purge Recordings from Recycle Bin",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "purgeAll": false,
        "recordingIds": [
          "81bb582c-e93e-40aa-abf6-962b620f6db4"
        ]
      }
    }
  ],
  "responseExamples": []
}