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

# Delete a group

Permanently deletes a group from your organisation.

Deleting a group has immediate downstream effects on access control and envelope visibility:

* **Accounts** assigned to the group will be unassigned. This may restrict their access to envelopes that were previously shared within the group.
* **Envelopes** assigned to the group will be unassigned. This can impact which users are able to view or manage those envelopes.
* **Templates** assigned to the group will also be unassigned, and may no longer be editable or visible depending on your organisation’s permissions.

Once deleted, the group will no longer appear in the Annature dashboard and cannot be recovered. Group branding settings will no longer apply to any future or historical activity.

> This operation is destructive and cannot be undone. Ensure you understand the implications for account access and shared envelope visibility before proceeding.

## Parameters

<ParamField path="id" required>
  The unique identifier of the group to delete.
</ParamField>

<RequestExample>
  ```bash Endpoint theme={null}
  DELETE /v1/groups/:id
  ```
</RequestExample>

<ResponseExample>
  ```bash theme={null}
  204
  ```
</ResponseExample>
