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

# 자산 그룹 삭제

> DELETE /v1/asset-groups/{group_id}

## 소개

자산 그룹을 삭제하고, 그룹 내 모든 자산도 **연쇄 삭제**합니다(업스트림 + 로컬 매핑).

## 인증

<ParamField header="Authorization" type="string" required>
  Bearer Token, 예: `Bearer sk-xxxxxxxxxx`
</ParamField>

## 경로 매개변수

<ParamField path="group_id" type="string" required>
  자산 그룹 ID(그룹 생성 또는 H5 검증 postMessage에서 획득)
</ParamField>

## 예제

```bash theme={null}
curl -X DELETE "https://api.gravitex.ai/v1/asset-groups/group-20260508120000-abcde" \
  -H "Authorization: Bearer sk-xxxxxxxxxx"
```
