v1
latestOpenAPI 3.1.02026-07-132363652.9 MBLegal Entities
Delete a shareholder from a Merchant Legal Entity. Also removes associated documents and the holder legal entity if no longer referenced.
Delete a shareholder from a Merchant Legal Entity. Also removes associated documents and the holder legal entity if no longer referenced.
delete/api/v1/merchants/{merchantId}/shareholders/{shareholderId}
Path parameters
merchantIdstring uuid required
The unique identifier of the merchant
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the merchant
shareholderIdstring uuid required
The unique identifier of the shareholder to delete
Example:123e4567-e89b-12d3-a456-426614174000
The unique identifier of the shareholder to delete
Response
Success
Example response
{
"success": true
}