Organizations
cURL
curl --request DELETE \ --url https://api-sandbox.y.uno/v1/organizations/accounts/{account_id} \ --header 'PRIVATE-SECRET-KEY: <api-key>' \ --header 'PUBLIC-API-KEY: <api-key>'
{ "message": "Account disabled successfully" }
Disables an account.
Account UUID.
OK
"Account disabled successfully"
Was this page helpful?