Account 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"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.