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

# 删除素材资源

> 删除当前组织拥有的 Seedance 素材资源。

删除一个素材资源。此操作不会删除其所属的素材组。删除后，该资源 ID 将无法再作为 `material_asset_id` 使用。

## 请求示例

```bash theme={null}
curl https://api.aisonar.dev/v1/videos/assets/asset-20260720123456-qn7wr \
  -X DELETE \
  -H "Authorization: Bearer $API_KEY"
```

## 响应示例

```json theme={null}
{
  "deleted": true,
  "id": "asset-20260720123456-qn7wr"
}
```
