DELETE /v1/recordings/{recordingId}/notes/{noteId}
Summary:
Deletes a specific note from a recording.
Security:
-
Bearer Authentication required.
Path Parameters:
-
recordingId: The recording’s unique identifier. -
noteId: The unique identifier of the note to delete.
Response:
-
204 No Content on success.
-
400, 401, 403, 404, 500: Error responses.