Delete a Recording
DELETE /v1/recordings/{recordingId}
Summary:
Deletes a recording specified by the recordingId.
If the recording is currently being processed, deletion may be disallowed.
Security:
Bearer Authentication required.
Path Parameter:
recordingId
: The unique identifier of the recording.
Response:
200 OK on success.
400, 401, 403, 404, 409, 500: Error responses.