---
title: "Delete a group"
method: POST
path: "/groups.delete"
tags: ["Groups"]
---

# Delete a group

`POST /groups.delete`

Deleting a group will cause all of its members to lose access to any collections the group has previously been added to. This action can’t be undone so please be careful.

## Request body

- object
  - `id` string, uuid, required

## Response `200`

OK

- object
  - `success` boolean

## Other responses

- `400` — The request failed one or more validations.
- `401` — The API key is missing or otherwise invalid.
- `403` — The current API key is not authorized to perform this action.
- `404` — The specified resource was not found.
- `429` — The request was rate limited.

---

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