---
title: "POST /disassociate-accounts"
method: POST
path: "/disassociate-accounts"
---

# POST /disassociate-accounts

`POST /disassociate-accounts`

Removes the specified list of account IDs from the given billing group.

## Request body

- object
  - `Arn` string, required — The Amazon Resource Name (ARN) of the billing group that the array of account IDs will disassociate from.
  - `AccountIds` AccountId[], required — The array of account IDs to disassociate.

## Response `200`

Success

- DisassociateAccountsOutput
  - `Arn` string — The Amazon Resource Name (ARN) of the billing group that the array of account IDs is disassociated from.

## Other responses

- `480` — ConflictException
- `481` — ThrottlingException
- `482` — AccessDeniedException
- `483` — ValidationException
- `484` — InternalServerException
- `485` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/billingconductor.md) · [All operations](https://skmtc.net/aws/apis/billingconductor/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/billingconductor/versions/2cc5849dea95/schema)
