This web service deletes all the bookmarks previously added to the user's library.
Method |
Endpoint |
DELETE |
/api/users/{userId}/bookmarks |
Path parameter |
Type |
Description |
{userId} |
String |
The user's identifier. |
Return code |
Description |
204 NO CONTENT |
All the user's bookmarks were deleted. |
401 UNAUTHORIZED |
The authorization header was not provided or is invalid. |
403 FORBIDDEN |
The user or API key does not have the ADMIN or USERS_ADMIN role, or is not requesting their own assets. |
404 NOT FOUND |
No user exists with this ID. |
For a comprehensive list of all possible return codes, see Return codes.