Skip to main content
DELETE
/
v1
/
superagents
/
{agent_id}
Destroy SuperAgent
curl --request DELETE \
  --url https://api.gigabrain.gg/v1/superagents/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "agent_id": "a1b2c3d4-5678-90ab-cdef-1234567890ab",
  "status": "destroyed"
}

Authorizations

Authorization
string
header
required

Your Gigabrain API key. Get one at https://gigabrain.gg/profile?tab=api. Format: gb_sk_...

Path Parameters

agent_id
string<uuid>
required

The SuperAgent's unique identifier

Response

Agent destroyed

agent_id
string
status
string