Skip to main content
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 the WorkRecording 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: admin or higher
Method: DELETE

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

workId
string<uuid>
required
assetId
string<uuid>
required

Response

Recording unlinked

message
string
Example:

"Recording unlinked from work"

workId
string<uuid>
assetId
string<uuid>
wasPrimary
boolean