---
title: "Enable/disable sub-account application(s)"
method: PUT
path: "/corporate/subAccount/{id}/applications/toggle"
tags: ["Master account"]
---

# Enable/disable sub-account application(s)

`PUT /corporate/subAccount/{id}/applications/toggle`

API endpoint for the Corporate owner to enable/disable applications on the sub-account

## Path parameters

- `id` integer, required

## Request body

- SubAccountAppsToggleRequest — List of enable/disable applications on the sub-account
  - `inbox` boolean — Set this field to enable or disable Inbox on the sub-account / Not applicable on ENTv2
  - `whatsapp` boolean — Set this field to enable or disable Whatsapp campaigns on the sub-account
  - `automation` boolean — Set this field to enable or disable Automation on the sub-account
  - `email-campaigns` boolean — Set this field to enable or disable Email Campaigns on the sub-account
  - `sms-campaigns` boolean — Set this field to enable or disable SMS Marketing on the sub-account
  - `landing-pages` boolean — Set this field to enable or disable Landing pages on the sub-account
  - `transactional-emails` boolean — Set this field to enable or disable Transactional Email on the sub-account
  - `transactional-sms` boolean — Set this field to enable or disable Transactional SMS on the sub-account
  - `facebook-ads` boolean — Set this field to enable or disable Facebook ads on the sub-account
  - `web-push` boolean — Set this field to enable or disable Web Push on the sub-account
  - `meetings` boolean — Set this field to enable or disable Meetings on the sub-account
  - `conversations` boolean — Set this field to enable or disable Conversations on the sub-account
  - `crm` boolean — Set this field to enable or disable Sales CRM on the sub-account

## Response `204`

Sub-account application(s) enabled/disabled

## Other responses

- `400` — bad request
- `403` — Current account is not a master account

## Changes

- **2026-07-17** `2aec3cf66501` — 1 info
  - endpoint added
- **2023-05-05** `2122e9ffdbe8` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/getbrevo/apis/brevo-api/changes/corporate/subAccount/:id/applications/toggle/put.md)

---

[API](https://skmtc.dev/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.dev/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
