Skip to main content
POST
Delete Asset Group

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Id
string
required

Asset group ID to delete.

Example:

"group-20260320141746-zsf6b"

model
string

Model name. Default: volc-asset.

Example:

"volc-asset"

Response

Asset group deleted

Id
string

Deleted asset group ID.

Example:

"group-20260320141746-zsf6b"

Deleted
boolean

Whether the asset group was deleted.

Example:

true