Recording
Delete a specific recording
This API lets you delete a recording from your account using the recording ID.
You can retrieve the value of recording_id
from List all recordings and Retrieve a recording API and pass them in the API endpoint.
API Endpoint
DELETE
Arguments
No arguments need to be passed.
Returns
Returns 404 Not Found
if the recording is not found for the given recording_id. Else, returns 204 without content.