Remove a Recording Tag
DELETE /v1/recordings/{recordingId}/tags/{tagId}
Summary:
Removes the association of a specific tag from a recording.
Security:
Bearer Authentication required.
Path Parameters:
recordingId
: The recording’s unique identifier.tagId
: The unique identifier of the tag to remove.
Response:
204 No Content on success.
401, 403, 404, 500: Error responses.