Delete a Recording

In order to delete a recording media, you must use the following endpoint.

Delete recording media

delete
Authorizations
Path parameters
workspaceIdstringRequired
recordingIdstringRequired
Responses
204
Deleted
delete
DELETE /workspaces/{workspaceId}/recordings/{recordingId} HTTP/1.1
Host: 
Authorization: Bearer jwt
Accept: */*

No content

curl  -X "DELETE" "https://api.bird.com/workspaces/{workspaceId}/recordings/{recordingId}" \
     -H "Authorization: AccessKey {your-access-key}'

Last updated

Was this helpful?