---
title: "Close a subaccount"
method: POST
path: "/subaccount/close"
tags: ["SUBACCOUNTS"]
---

# Close a subaccount

`POST /subaccount/close`

Changes the status of an Active subaccount to Closed

## Request body

- object
  - `id` string, required — The id of the subaccount you want to close
  - `email` string — The email address of the subaccount you want to close

## Response `200`

Subaccount closed

- object
  - `request_id` string, required
  - `data` string, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
