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

# Delete Tag Group

> Delete a tag group

## Path Parameters

<ParamField path="id" type="string" required>
  ID of the tag group to delete
</ParamField>

## Response

Returns no content on success.

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE 'https://api.example.com/tag-groups/tag_group_priority' \
    -H 'Authorization: Bearer YOUR_TOKEN'
  ```
</RequestExample>

<ResponseExample>
  ```json Response theme={null}
  {}
  ```
</ResponseExample>
