DELETE {{baseUrl}}/meetings/:meetingId/recordings?action=trash
Delete all recording files of a meeting. Prerequisites:
* Cloud Recording should be enabled on the user's account. Scopes: Rate Limit Label: recording:write:admin
,recording:write
Light
Body
PARAM
Key | Datatype | Required | Description |
action
|
string | The recording delete actions: `trash` - Move recording to trash. `delete` - Delete recording permanently. |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
ENDPOINTS