latestOpenAPI 3.0.02026-08-1027587.8 KB

3d9aec0774ff

Bulk delete recordings

Deletes multiple recordings at once. This is an asynchronous operation. The endpoint returns immediately, and schedules a background job to delete the recordings. The endpoint is idempotent, meaning it will return the same response even if the recordings have already been deleted, or the recordings doesn't exist.

post/recordings/bulk-delete

Request body

recordingIdsstring[] required

Example request

{
  "recordingIds": [
    "a56f6ad7-37fe-4a37-9319-3174630ba57a"
  ]
}

Response

The resources are scheduled for deletion.