/x402-wallets-delete
Retires a managed EVM wallet: soft-deletes it, disables its budgets, and detaches it from any chain it facilitates so a compromised key can no longer sign or settle.
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Managed wallet to retire
id*string
Id of the managed EVM wallet to retire
Response Body
application/json
curl -X POST "https://loading/./../api/v1/x402/wallets/delete" \ -H "Content-Type: application/json" \ -d '{ "id": "clmanagedwallet0001" }'{
"status": "success",
"data": {
"id": "clmanagedwallet0001"
}
}


