Skip to main content
Permanently delete a trading agent and all associated configuration. This action is irreversible. The agent must be in a stopped (idle) state before deletion.

Endpoint

Path parameters

string
required
Unique identifier of the agent to delete.

Example request

Response

A successful deletion returns 204 No Content with an empty body.
If the agent is currently active, the API returns 409 Conflict. Stop the agent first using the Stop Agent endpoint, then retry the delete.