---
title: "Disable Campaign"
method: POST
path: "/v1/campaigns/{campaignId}/disable"
tags: ["Campaigns"]
---

# Disable Campaign

`POST /v1/campaigns/{campaignId}/disable`

There are various times when you'll want to manage a campaign's accessibility. This can be done by two API methods for managing the campaign state - *enable* and *disable*.  

Sets campaign state to **inactive**. The vouchers in this campaign can no longer be redeemed.

## Response `200`

Returns an empty json `{}`.

- CampaignsDisableResponseBody — Schema model for an empty json.

## Other responses

- `404` — Returns an error if the campaign cannot be found.

---

[API](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions.md) · [All operations](https://skmtc.net/voucherifyio/apis/voucherify-api-async-actions/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voucherifyio/voucherify-api-async-actions/revisions/4982266e0494/schema)
