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: api.bird.com
Authorization: AccessKey YOUR_SECRET_TOKEN
Accept: */*

No content

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

Last updated

Was this helpful?