Delete all recordings of a call

This API endpoint deletes all the recordings of a specific call.

Endpoint

DELETE /api/v1/calls/{callId}/recordings

HTTP Method

DELETE

Path Parameters

Path Parameter

Type

Description

callId

UUID

UUID of the call.

Query Parameters

None

Request Headers

Authorization: Bearer {token}

Request Example
DELETE /api/v1/calls/0000000-0000-1000-8000-000A95A0E128/recordings
Response Body

None

Response Example

None