Logo
API_DOC API Documentation

Delete shareholders

POST {{baseUrl}}/deleteShareholders

Deletes shareholders associated with an account holder.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status





Curl
curl -X POST 'https://cal-test.adyen.com/cal/services/Account/v3/deleteShareholders' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"accountHolderCode":"CODE_OF_ACCOUNT_HOLDER","shareholderCodes":["9188218c-576e-4cbe-8e86-72722f453920"]}'

ENDPOINTS