cURL
curl --request DELETE \ --url https://api.xpander.ai/v1/agents/{agent_id} \ --header 'x-api-key: <api-key>'
{ "message": "Agent deletion initiated", "agent_id": "93a1cd50-2af0-452a-99a0-6e1f1b14fb29" }
Permanently delete an AI agent and all associated resources
null
curl -X DELETE -H "x-api-key: <your-api-key>" \ https://api.xpander.ai/v1/agents/<agent-id>
HTTP/1.1 202 Accepted Content-Type: application/json null
202 Accepted
deletable
true
API Key for authentication
Successful Response
Was this page helpful?
Suggestions