Remove a Beneficial Owner (Business Account)

Delete a Beneficial Owner belonging to a Business Account.

Endpoint

DELETE /v1/beneficiaries/{beneficiaryId}

Authorization Header

Authorization: Bearer <access_token>

Path Parameters

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