Remove associations
DELETE
https://api.catenda.com/v2/projects/{project-id}/libraries/{library-id}/items/{library-item-id}/associations
project-idstringCatenda project id
library-idstringId of the library
library-item-idstringId of the library item
revisionstring<p>Specify which revisions are used to resolve global id from objectId by providing a comma separated list. If not present, the latest revisions in all models in the project are used.</p>
acceptstringGenerated from available response content types
bodyarray
200OK
curl --request DELETE \
--url https://api.catenda.com/v2/projects/{project-id}/libraries/{library-id}/items/{library-item-id}/associations \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '[
{}
]'