Skip to main content
DELETE
/
organizations
/
accounts
/
{account_id}
Delete Account
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 a specific account within your organization.

Authorizations

PUBLIC-API-KEY
string
header
default:<Your PUBLIC-API-KEY>
required
PRIVATE-SECRET-KEY
string
header
default:<Your PRIVATE-SECRET-KEY>
required

Path Parameters

account_id
string<uuid>
required

Account UUID.

Response

200 - application/json

OK

message
string
Example:

"Account disabled successfully"