---
title: "DELETE /userFavorites/deleteAllFavs"
method: DELETE
path: "/userFavorites/deleteAllFavs"
tags: ["UserFavorites"]
---

# DELETE /userFavorites/deleteAllFavs

`DELETE /userFavorites/deleteAllFavs`

delete user favorites by email and content url

## Cookies

- `SessionIndex` string, required

## Response `200`

user favorites is deleted successfully

- UserFavorites
  - `id` integer
  - `email` string
  - `product_code` string
  - `language` string
  - `version` string
  - `pubtitle` string
  - `content_url` string

## Other responses

- `204` — No Content
- `400` — Failure response
- `401` — Unauthorized

---

[API](https://skmtc.net/infor/apis/infor-docs-api.md) · [All operations](https://skmtc.net/infor/apis/infor-docs-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/infor/infor-docs-api/revisions/c8f0d96c040e/schema)
