v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
Call recording

Delete a call recording

Deletes the call recording identified by id. Deletion is permanent and removes the recording file.

delete/v1/recordings/{id}

Path parameters

idinteger required
Example:123

The unique ID of the call recording.

Response

Returns a success confirmation. The recording is deleted.

successboolean required

Indicates whether the request was successful.

Example response

{
  "success": true
}