Remove a Beneficial Owner (Customer Account)

Delete a Beneficial Owner belonging to a Business Customer Account.

Endpoint

DELETE /v1/customers/{customerId}/beneficiaries/{beneficiaryId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

customerId  REQUIRED

string (UUID)

ID of the Business Customer Account to which the Beneficial Owner belongs.

beneficiaryId  REQUIRED

string (UUID)

ID of the Beneficial Owner.

Request Body

None

Returns

If successful, returns 204 The beneficiary was successfully deleted.

SAMPLE RESPONSE

				
					{
  204 The beneficiary was successfully deleted.
}
				
			
Exit mobile version