---
title: "Remove collaboration"
method: DELETE
path: "/collaborations/{collaboration_id}"
tags: ["Collaborations"]
---

# Remove collaboration

`DELETE /collaborations/{collaboration_id}`

Deletes a single collaboration.

## Path parameters

- `collaboration_id` string, required

## Response `204`

A blank response is returned if the collaboration was
successfully deleted.

## Other responses

- `default` — An unexpected client error.

---

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