> ## 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 Binding

> Remove a tag group binding

## Path Parameters

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

## Response

Returns 204 No Content on success.

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