Unlink a recording from a work
Works
Unlink a recording from a work
DELETE /work//recordings/
DELETE
Unlink a recording from a work
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
DELETE /work//recordings/ Description: Removes theWorkRecording link (H-09). If the unlinked recording
was the work’s primary, no other recording is auto-promoted — the
work has no primary until one is set explicitly via the /primary
endpoint.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"