---
title: "Delete Group (DELETE)"
slug: "delete-delete-group"
updated: 2023-08-01T07:55:41Z
published: 2023-08-01T07:55:41Z
canonical: "support.perimeter81.com/delete-delete-group"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.perimeter81.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Group (DELETE)

### DELETE /v1/groups/{id}

Delete a group by ID.

**Parameters**:

| Property | Data Type | Description |
| --- | --- | --- |
| id* | String | ID of group to delete. |

**Request Body**:****None

**Request Example**:

```shell
curl -X 'DELETE' -H 'Authorization: Bearer <ACCESS_TOKEN>' 'https://api.perimeter81.com/api/rest/v1/groups/<GROUP_ID>' -H 'Content-Type: application/json'
```
