Delete a Recording

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

Delete recording media

delete
Authorizations
HTTPRequired

Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')

Path parameters
workspaceIdstringRequired
recordingIdstringRequired
Responses
delete
/workspaces/{workspaceId}/recordings/{recordingId}

No content

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

Last updated

Was this helpful?