---
title: "Delete Followers from a Pathway"
method: DELETE
path: "/api/v2/pathways/{id}/relationships/followers"
tags: ["Pathway"]
---

# Delete Followers from a Pathway

`DELETE /api/v2/pathways/{id}/relationships/followers`

This endpoint deletes the specified followers from a pathway. It returns a `204 No Content` response. <br><br>**Note:** This endpoint accepts up to 100 followers. <h3>Required Scope</h3>`pathways:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsFollowersBody
  - `data` RelationshipsFollowersBodyData[]
    - `id` string, required — String containing the unique identifier of the user.
    - `type` string, required — Type of object that will be added as a relationship. Can only be `followers`.

## Response `204`

Success

## Other responses

- `400` — Bad Request

---

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