idle) state before deletion.
Endpoint
Path parameters
string
required
Unique identifier of the agent to delete.
Example request
Response
A successful deletion returns204 No Content with an empty body.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Permanently remove a trading agent from your account. The agent must be stopped before it can be deleted.
idle) state before deletion.
DELETE /v1/agents/{agent_id}
curl -X DELETE "https://api.eluup.ai/v1/agents/agent_2vL9xQpW" \
-H "Authorization: Bearer $ELUUP_API_KEY"
204 No Content with an empty body.
active, the API returns 409 Conflict. Stop the agent first using the Stop Agent endpoint, then retry the delete.