Last updated 1 year ago
Was this helpful?
In order to delete a recording media, you must use the following endpoint.
curl -X "DELETE" "https://nest.messagebird.one/workspaces/8bc02f53-87ac-48d2-b4fd-c2cf856a305f/recordings/7f1e9ce1-95db-4a39-80f4-9bde69908c53" \ -H 'Authorization: Bearer {Token}'
/workspaces/{workspaceId}/recordings/{recordingId}
curl -L \ --request DELETE \ --url '/workspaces/{workspaceId}/recordings/{recordingId}' \ --header 'Authorization: Bearer jwt'
No body