Skip to main content
DELETE
/
v1
/
hl
/
agent_wallet
/
{agent_wallet_address}
Delete Agent Wallet
curl --request DELETE \
  --url https://api.hypereth.io/v1/hl/agent_wallet/{agent_wallet_address} \
  --header 'x-api-key: <api-key>'
{
  "success": true,
  "message": "Agent wallet deleted successfully",
  "note": "Remember to remove this agent from your Hyperliquid account via the official interface"
}

Authorizations

x-api-key
string
header
required

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

Path Parameters

agent_wallet_address
string
required

Agent wallet address to delete

Response

Agent wallet deleted successfully

success
boolean
Example:

true

message
string
Example:

"Agent wallet deleted successfully"

note
string
Example:

"Remember to remove this agent from your Hyperliquid account via the official interface"