---
title: "Delete a follower from an organization"
method: DELETE
path: "/organizations/{id}/followers/{follower_id}"
tags: ["Organizations"]
---

# Delete a follower from an organization

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

Deletes a follower from an organization. You can retrieve the `follower_id` from the <a href="https://developers.pipedrive.com/docs/api/v1/Organizations#getOrganizationFollowers">List followers of an organization</a> endpoint.

## Path parameters

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

## Response `200`

Success

- object
  - `success` boolean — If the request was successful or not
  - `data` object
    - `id` integer — The ID of the follower that was deleted from the organization

---

[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/revisions/302b0d7c2c1a/schema)
