Management APIAgent wallet management

Delete Agent Wallet

Delete an agent wallet and remove it from the system. This action is irreversible.

DELETE
/v1/hl/agent_wallet/{agent_wallet_address}

Authorization

ApiKeyAuth
x-api-key<token>

API key for HyperETH authentication. Obtain via POST /v1/api_key/register endpoint.

In: header

Path Parameters

agent_wallet_address*stringrequired

Agent wallet address to delete

Response Body

application/json

application/json

application/json

curl -X DELETE "https://api.hypereth.io/v1/hl/agent_wallet/0x742d35Cc6634C0532925a3b8D489C8A4c40F8C7B"
{
  "success": true,
  "message": "Agent wallet deleted successfully",
  "note": "Remember to remove this agent from your Hyperliquid account via the official interface"
}
{
  "error": "Invalid API key",
  "code": 1001,
  "details": {}
}
{
  "error": "Invalid API key",
  "code": 1001,
  "details": {}
}