AML
Country Data
Crypto
- Private
- Public
Customer
- 2FA
- AccessControl
- Active Session
- Credentials
- Customer
- Organization
- PATCHCreate business address
- POSTCreate business customer documents
- POSTCreate Organization Bulk
- POSTCreate Organization by Customer Type
- POSTCreate Organization
- DELDelete organization entity
- DELDelete organization shareholder delete
- POSTGet Organization By Business Type
- POSTGet Organization By Customer Type
- GETGet Organization Details
- GETGet organization documents by purpose
- GETGet organization documents
- GETGet organization entity
- GETGet organization get address
- GETGet organization get by id
- GETGet organization get customers
- GETGet organization shareholder get
- PATCHPatch organization entity create
- PATCHPatch organization entity update
- PATCHPatch organization shareholder create
- PATCHPatch organization shareholder update
- POSTPost organization get all
- PUTPut organization update kyb status
- PUTPut organization update status
- PUTUpdate Organization
- PATCH
IPG
- IPG Backoffice APIs
- IPG Payment APIs
KYB
- Company
- EIN Verification
- IBAN Verification
- NIF Verification
- Product
- System
- TIN Verification
- VAT Verification
KYC
PEPS
- Default
- GETGet get profile
Smart Contract
- Global Settings
- Rules
- Smart Contract
Wallet
- Admin
- Allowed Operation
- Assets
- Currency
- Currency Pairs
- Dashboard
- Fee
- Limit
- Misc
- Operation Address
- Operation Destination
- Order
- Transactions
- Wallets
Organization
Delete organization shareholder delete
DELETE
/
organization
/
shareholder
/
delete
/
{shareholderId}
Copy
curl --request DELETE \
--url https://gateway.varchev.com/customer/organization/shareholder/delete/{shareholderId} \
--header 'Authorization: Bearer <token>' \
--header 'tenantId: <tenantid>'
Copy
This response does not have an example.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Tenant/Owner id
Path Parameters
Response
200
Delete shareholder success
Copy
curl --request DELETE \
--url https://gateway.varchev.com/customer/organization/shareholder/delete/{shareholderId} \
--header 'Authorization: Bearer <token>' \
--header 'tenantId: <tenantid>'
Copy
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.