Delete Favorite
DELETE
/org/{tenant}/v2/contacts/favorites/{id}
Platform support: MT and CC
Remove a favorite by its ID. Only the owning user's favorites can be deleted.
Request
Responses
- 204
- 400
- 401
- 500
Favorite deleted.
Bad request — the request was invalid (validation error, malformed body, or missing/invalid parameters).
Unauthorized — missing or invalid identity, or insufficient permissions.
Internal Server Error — an unexpected error occurred.