Skip to main content

Delete a user's favorite

DELETE 

/api/v1/favorites/user/:id_user/:tablename/:id_item

Remove a favorite star from the system by its tablename, id_item, and id_user.

This will remove (un-star) the favorite item from the user's list of favorites. It does not delete the underlying Entry Column value.

Required abilities

Any user can remove favorites for themselves by setting your own id_user in the request.

In order to remove favorites for another user, you need the User - Modify ability on that user.

Request

Responses

Successful response; the favorite item has been removed from the user's list of favorites.