Skip to main content

Delete a favorite

DELETE 

/favorites/:tablename/:id_item

Remove one of your favorite Entry Column items from the system by its tablename and id_item.

This will remove the favorite item from your list of favorites. (It does not delete the underlying Entry Column value.)

Required abilities

Any user can add or remove favorites for themselves. In order to add or remove favorites for another user, you need the User - Modify ability on that user, and to use the add-favorite-for-user and delete-favorite-for-user endpoints.

Request

Responses

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