v1
latestOpenAPI 3.0.02026-07-267331140.7 KBAccount Management
Remove account address for authentication
Removes the account address associated with the authenticated user.
delete/api/v1/eoa-accounts/{id}
Path parameters
idstring required
The ID of the externally owned account to be deleted.
Response
Successfully deleted the EOA account.
Example response
{
"data": {
"id": "clp3j1f9a0000a1cdh6ezx2qv"
}
}