---
title: "Delete a collection"
method: DELETE
path: "/helpcenter/collections/{helpcenterCollectionId}"
tags: ["Help center collections"]
---

# Delete a collection

`DELETE /helpcenter/collections/{helpcenterCollectionId}`

Delete a help center collection. The collection must be empty: the request is rejected with 409 while
it still contains articles. Subcollections are not deleted; move or delete them first. Returns
`{ success: true }`.

## Path parameters

- `helpcenterCollectionId` string, required

## Headers

- `project` string, required

## Response `200`

Ok

- object
  - `success` boolean, required

---

[API](https://skmtc.net/gleap/apis/gleap-server.md) · [All operations](https://skmtc.net/gleap/apis/gleap-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gleap/gleap-server/versions/2bfe054193b5/schema)
