Skip to main content
DELETE
/
v0
/
agents
/
{id}
Delete an agent
curl --request DELETE \
  --url https://cloud.firebender.com/v0/agents/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "fb_abc123xyz789"
}

Authorizations

X-API-Key
string
header
required

API key from Firebender Dashboard

Path Parameters

id
string
required

Unique identifier for the cloud agent

Example:

"fb_abc123xyz789"

Response

Agent deleted successfully

id
string
required

Unique identifier for the deleted cloud agent

Example:

"fb_abc123xyz789"