---
title: "Close account"
method: DELETE
path: "/1.0/kb/accounts/{accountId}"
tags: ["Account"]
---

# Close account

`DELETE /1.0/kb/accounts/{accountId}`

## Path parameters

- `accountId` string, uuid, required

## Query parameters

- `cancelAllSubscriptions` boolean
- `writeOffUnpaidInvoices` boolean
- `itemAdjustUnpaidInvoices` boolean
- `removeFutureNotifications` boolean

## Headers

- `X-Killbill-CreatedBy` string, required
- `X-Killbill-Reason` string
- `X-Killbill-Comment` string

## Response `204`

Successful operation

## Other responses

- `400` — Invalid account id supplied

---

[API](https://skmtc.net/killbill/apis/kill-bill.md) · [All operations](https://skmtc.net/killbill/apis/kill-bill/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/killbill/kill-bill/versions/0fb95d23caf5/schema)
