---
title: "Delete a follower from a product"
method: DELETE
path: "/products/{id}/followers/{follower_id}"
tags: ["Products"]
---

# Delete a follower from a product

`DELETE /products/{id}/followers/{follower_id}`

Deletes a follower from a product.

## Path parameters

- `id` integer, required
- `follower_id` integer, required

## Response `200`

Deletes a follower from a product

- object
  - `success` boolean — If the response is successful or not
  - `data` object
    - `id` integer — The ID of the removed follower

---

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