---
title: "Delete a Collection"
method: DELETE
path: "/collections/{collection_id}/"
tags: ["Collections"]
---

# Delete a Collection

`DELETE /collections/{collection_id}/`

Deletes a collection, if the user has appropriate permissions.
#### Permissions
Users must have write permissions on a collection in order to delete it
#### Returns
Nothing is returned in the body

## Path parameters

- `collection_id` string, required

## Response `204`

No Content

---

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