A method of the Organizations endpoint.
Unfavorite an item for your organization
API URL: DELETE /organizations/favorites/{id}
DELETE /organizations/favorites/{id}
import civis client = civis.APIClient() response = client.organizations.delete_favorites(...)
The id of the favorite.
Response code 204: success