Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Deletes recordings for the given list of IDs.

ids
string[]
required

List of call recording IDs to delete.

Response

The recordings have been successfully deleted.

status
enum<string>
Available options:
ok
Example:

"ok"