Delete a bookmark - Fluid Topics - Latest

Fluid Topics API Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

This web service deletes one of the bookmarks that was previously added to user's library.

Method Endpoint
DELETE
/api/users/{userId}/bookmarks/{bookmarkId}
Path parameter Type Description
{userId} String The user's identifier. See the List users or Search users web services to find a user's ID.
{bookmarkId} String The bookmark's identifier as retrieved when listing bookmarks.
Return code Description
204 NO CONTENT The bookmark was deleted.
400 BAD REQUEST A required parameter is missing or an invalid color was provided for the bookmark's tag.
401 UNAUTHORIZED The authorization header is absent or 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 identifier, the mapId does not correspond to an existing document, or the tocId is not found in the map.

For a comprehensive list of all possible return codes, see Return codes.