Delete a Recording
In order to delete a recording media, you must use the following endpoint.
Authorizations
Path parameters
workspaceIdstringRequired
recordingIdstringRequired
Responses
204
Deleted
404
Not found
application/json
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?