# Archive a group

`POST /group.archive`

## Description

Archive a group by ID.

**Access:** Organization only.

**Required scope:** `group:write`

---

**OpenAPI Spec:** [chat.json](https://developer.ro.am/chat.json)

## Authentication

```
Authorization: Bearer YOUR_API_KEY
```

## Parameters

| Name | In | Type | Required | Description |
|------|-----|------|----------|-------------|
| `id` | query | TaggedUUID | Yes | The group address to archive. |

## Responses

### 204 - Group archived successfully

### 400 - Bad request.

### 401 - Presented invalid authentication credentials.

### 403 - App does not have admin access to this group.

### 404 - Group not found.

### 500 - An internal error occured.

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/chat-api/group-archive*
