---
title: "Delete Collaborators from a Skill Plan"
method: DELETE
path: "/api/v2/skill-plans/{id}/relationships/collaborators"
tags: ["SkillPlan"]
---

# Delete Collaborators from a Skill Plan

`DELETE /api/v2/skill-plans/{id}/relationships/collaborators`

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

## Path parameters

- `id` string, required

## Request body

- RelationshipsCollaboratorsBody
  - `data` RelationshipsCollaboratorsBodyData[]
    - `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 `collaborators`.

## 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)
