DELETE
/
organization
/
shareholder
/
delete
/
{shareholderId}
curl --request DELETE \
  --url https://gateway.cyrexa.com/customer/1.0.0/organization/shareholder/delete/{shareholderId} \
  --header 'Authorization: Bearer <token>' \
  --header 'tenantId: <tenantid>' \
  --header 'token: <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

token
string
required
tenantId
string
required

Tenant/Owner id

Path Parameters

shareholderId
string
required

Response

200
_mintlify/placeholder

Delete shareholder success