Skip to main content
DELETE
/
organizations
/
account-groups
/
{account_group_id}
Delete Account Group
curl --request DELETE \
  --url https://api-sandbox.y.uno/v1/organizations/account-groups/{account_group_id} \
  --header 'PRIVATE-SECRET-KEY: <api-key>' \
  --header 'PUBLIC-API-KEY: <api-key>'
Deletes an account group. All accounts previously belonging to the deleted group are automatically reassigned to a default organization group.

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_group_id
string<uuid>
required

Account group UUID.

Response

204

No Content