---
title: "Enable or Disable Subaccount"
method: PATCH
path: "/subaccounts"
tags: ["Subaccount API"]
---

# Enable or Disable Subaccount

`PATCH /subaccounts`

Enable or disable email sending for a subaccount.

## Headers

- `api_key` string, required

## Request body

- object
  - `username` string, required — Add subaccount to enable or disable.
  - `disabled` boolean, required — Set true to disable sending or false to enable sending.

## Response `200`

Subaccount status updated

---

[API](https://skmtc.net/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.net/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/versions/73f83bc2eff8/schema)
