Remove a bookmark

DELETE/bookmarks/:entity/:entityId

Remove a bookmark. Removing a bookmark that does not exist is not an error.

AuthLogin required

Path parameters

entitystringrequired

The kind of bookmarked item (EVENT / COMMUNITY / PLAYLIST / USER)

entityIdstringrequired

ID of the target entity.

Response

FieldTypeDescription
successbooleanAlways true.
Request
curl https://api.4s.link/bookmarks/ENTITY/ENTITY_ID \
-X DELETE \
-H "Authorization: Bearer 4s_at_..."
Example response
{
"success": true
}