Delete item
DELETE
https://api.catenda.com/v2/projects/{project-id}/libraries/{library-id}/items/{library-item-id}
project-idstringCatenda project id
library-idstringId of the library
library-item-idstringId of the library item
acceptstringGenerated from available response content types
200OK
curl --request DELETE \
--url https://api.catenda.com/v2/projects/{project-id}/libraries/{library-id}/items/{library-item-id} \
--header 'accept: application/json'