---
title: "Delete"
method: POST
path: "/campaigns/delete"
tags: ["Campaigns"]
---

# Delete

`POST /campaigns/delete`

Deletes an existing campaign

## Headers

- `X-Batch-Project` string, required

## Request body

- object
  - `id` string, required — The campaign id of the campaign to delete

## Response `200`

Request successful, campaign deleted

- EmptyResponse

## Other responses

- `400` — The request is malformed
- `401` — The Rest API Key is not valid for this project
- `404` — Not found
- `429` — Too Many Requests
- `500` — Unexpected error
- `503` — Batch's services are under maintenance. Please try again later

---

[API](https://skmtc.net/batch/apis/batch-rest-api.md) · [All operations](https://skmtc.net/batch/apis/batch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/batch/batch-rest-api/revisions/ec696334ff35/schema)
