Skip to main content
DELETE
/
asset
/
groups
/
{gid}
Delete an asset group
curl --request DELETE \
  --url https://api.orcarouter.ai/v1/asset/groups/{gid} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

OrcaRouter API keys look like sk-orca-.... Pass them in the Authorization: Bearer sk-orca-... header.

Path Parameters

gid
string
required

Response

200

Deleted (the local ownership record is also removed)