Skip to main content

Detach tags from a bookmark

Detach tags from a bookmark

Path Parameters
bookmarkId string REQUIRED
Request Body

The tags to detach.

tags object[] REQUIRED
tagId string
tagName string
Responses
200

The list of detached tag ids

Schema OPTIONAL
detached string[]
DELETE /bookmarks/:bookmarkId/tags
bookmarkId — path
Body
Loading...
/api/v1
curl -L -X DELETE 'undefined/api/v1/bookmarks/:bookmarkId/tags' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'