Skip to main content
DELETE
/
api
/
v1
/
account
/
business-users
/
{uid}
/
shareholders
/
{shareholder_id}
Delete business shareholder
curl --request DELETE \
  --url https://sandbox-revo-api.raliopay.com/api/v1/account/business-users/{uid}/shareholders/{shareholder_id} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

API Key for accessing management endpoints

Path Parameters

uid
string
required

User ID

shareholder_id
string
required

Shareholder ID

Response