> ## 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"
```
