Deletes related content associations between content items.

Behavior: Removes the related content associations for each item in the provided list. This removes the relationships between content items but does not delete the content items themselves.

Authorization: Requires an authenticated user via the class-level [Authorize] attribute.

Side Effects: Removes metadata records linking content items as related to each other.

Error Scenarios: Returns 400 if the input is null or the items list is empty. Returns 404 if the items list is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The list of related content associations to delete.

items
array of objects | null
items
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

Unauthorized. The caller must provide a valid Bearer token.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json