---
title: "Delete Asset Group"
method: POST
path: "/volc/asset/DeleteAssetGroup"
---

# Delete Asset Group

`POST /volc/asset/DeleteAssetGroup`

Delete an asset group by ID.

## Request body

- DeleteAssetGroupRequest
  - `model` string — Model name. Default: `volc-asset`.
  - `Id` string, required — Asset group ID to delete.

## Response `200`

Asset group deleted

- DeleteAssetGroupResponse
  - `Id` string — Deleted asset group ID.
  - `Deleted` boolean — Whether the asset group was deleted.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

---

[API](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint.md) · [All operations](https://skmtc.net/anyfast/apis/anthropic-claude-compatible-endpoint/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anyfast/anthropic-claude-compatible-endpoint/revisions/edfc53e182a1/schema)
