Delete the beneficial owner
DELETE
/customers/{customer_id}/beneficial_owners/{beneficial_owner_id}
Path parameters
-
customer_id string Required
ID of the Customer
-
beneficial_owner_id string Required
ID of Beneficial Owner
DELETE /customers/{customer_id}/beneficial_owners/{beneficial_owner_id}
curl \
-X DELETE https://<your_environment_name>-uat-api.canopyservicing.com/customers/cust_30189/beneficial_owners/can_52322 \
-H "Authorization: Bearer $ACCESS_TOKEN"