Skip to main content
DELETE
/
v1
/
asset-groups
/
{group_id}
Delete asset group
curl --request DELETE \
  --url https://api.gravitex.ai/v1/asset-groups/{group_id} \
  --header 'Authorization: <authorization>'

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.

Introduction

Deletes the group and all assets inside it.

Authentication

Authorization
string
required
Bearer Token, e.g. Bearer sk-xxxxxxxxxx

Path parameters

group_id
string
required
Asset group ID

Example

curl -X DELETE "https://api.gravitex.ai/v1/asset-groups/group-20260508120000-abcde" \
  -H "Authorization: Bearer sk-xxxxxxxxxx"