cURL
curl --request DELETE \ --url https://cloud.firebender.com/v0/agents/{id} \ --header 'X-API-Key: <api-key>'
{ "id": "fb_abc123xyz789" }
Delete a cloud agent. This action is permanent and cannot be undone.
API key from Firebender Dashboard
Unique identifier for the cloud agent
"fb_abc123xyz789"
Agent deleted successfully
Unique identifier for the deleted cloud agent
Was this page helpful?