A method of the Users endpoint.
Unfavorite an item
API URL: DELETE /users/me/favorites/{id}
DELETE /users/me/favorites/{id}
import civis client = civis.APIClient() response = client.users.delete_me_favorites(...)
The id of the favorite.
Response code 204: success