Delete from library
Build / Create/Logic/Option/Design
Delete from library
Description
Deletes an item from the library using the libraryItemId set in the url.
Response
200 OK
{
"count": 0
}
where:
count: Number of library items deleted.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
DELETE
Delete from library
Description
Deletes an item from the library using the libraryItemId set in the url.Response
200 OK
count: Number of library items deleted.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.