> For the complete documentation index, see [llms.txt](https://api.docs.fan/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.docs.fan/profile/favorites/delete.md).

# Delete

Use this endpoint to remove a single favorite from a profile.

### Required Scopes

`profile_favorites:delete`

## Request

### URL

`DELETE /v2/profile/{ID}/favorites/{favoriteID}`

### Path Parameters

| Name         | Required | Description                                                                                                                            |
| ------------ | -------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| `ID`         | true     | Unique FanID for the customer's account (tenant-specific). This value is a property of the ID Token returned in the SSO login process. |
| `favoriteID` | true     | Favorite ID (UUID) **or** Entity ID (positive integer) of the favorite to remove.                                                      |

### Headers

<table><thead><tr><th width="177">Name</th><th>Description</th></tr></thead><tbody><tr><td>Authorization</td><td>User access token from the code exchange.</td></tr></tbody></table>

## Response

Returns `204 No Content` on success.

## Full Spec

{% openapi src="/files/Rvz5AclbuaMMsKqc2MTO" path="/v2/profile/{ID}/favorites/{favoriteID}" method="delete" %}
[openapi-profile-gw.json](https://3657007978-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F1G9XmPfyfOHS6i6FdlzL%2Fuploads%2Fgit-blob-a68e994e124ac5da5f3535adc09057feef8b39a3%2Fopenapi-profile-gw.json?alt=media)
{% endopenapi %}
