Remove a bookmark
DELETE
/bookmarks/:entity/:entityIdRemove a bookmark. Removing a bookmark that does not exist is not an error.
| Auth | Login required |
|---|
Path parameters
entitystringrequiredThe kind of bookmarked item (EVENT / COMMUNITY / PLAYLIST / USER)
entityIdstringrequiredID of the target entity.
Response
| Field | Type | Description |
|---|---|---|
success | boolean | Always true. |
Request
curl https://api.4s.link/bookmarks/ENTITY/ENTITY_ID \-X DELETE \-H "Authorization: Bearer 4s_at_..."
Example response
{"success": true}