Skip to main content
DELETE
/
v2
/
account
/
ubos
/
{ubo-id}
Delete UBO
curl --request DELETE \
  --url https://api.example.com/v2/account/ubos/{ubo-id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ubo-id
string<uuid>
required

Query Parameters

subAccountId
string<uuid>

Operate against a sub-account of the authenticated main account.

Response

OK