Webex · Example Payload

Webex Move Recordings Into The Recycle Bin Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Move Recordings Into The 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": "move_recordings_into_the_recycle_bin",
  "method": "POST",
  "path": "/convergedRecordings/softDelete",
  "summary": "Move Recordings into the Recycle Bin",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "trashAll": false,
        "recordingIds": [
          "81bb582c-e93e-40aa-abf6-962b620f6db4"
        ]
      }
    }
  ],
  "responseExamples": []
}