latestOpenAPI 3.0.02026-08-10235750.6 KB
b0f71533dff5
Entity Endpoints
Delete an account for an entity
delete/v1/{id}/accounts/{accId}
Path parameters
idstring required
Entity ID
accIdstring required
Subaccount ID to delete
Response
Example response
{
"account": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "default",
"name": "Default",
"address": "0x32Be343B94f860124dC4fEe278FDCBD38C102D88",
"ownerId": "550e8400-e29b-41d4-a716-446655440000"
}
}