---
title: "Destroy SuperAgent"
method: DELETE
path: "/v1/superagents/{agent_id}"
tags: ["SuperAgents"]
---

# Destroy SuperAgent

`DELETE /v1/superagents/{agent_id}`

Permanently destroy a SuperAgent and its container. **This is irreversible. Withdraw wallet funds first.**

## Path parameters

- `agent_id` string, uuid, required

## Response `200`

Agent destroyed

- SuperAgentStatus
  - `agent_id` string
  - `status` string

## Other responses

- `401` — Invalid or revoked API key
- `403` — Access denied
- `404` — Resource not found
- `429` — Rate limit exceeded (60 requests per minute)

---

[API](https://skmtc.net/gigabraingg/apis/gigabrain-api.md) · [All operations](https://skmtc.net/gigabraingg/apis/gigabrain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gigabraingg/gigabrain-api/versions/bb4070b30d92/schema)
