---
title: "Delete a batch of campaigns"
method: POST
path: "/marketing/campaigns/2026-03/batch/archive"
tags: ["Batch"]
---

# Delete a batch of campaigns

`POST /marketing/campaigns/2026-03/batch/archive`

This endpoint deletes a batch of campaigns. 
The maximum number of items in a batch request is 50.
The response will always be 204 No Content, regardless of whether the campaigns exist or not, whether they were successfully deleted or not, or if only some of the campaigns in the batch were deleted.

## Request body

- MarketingCampaignsBatchInputPublicCampaignDeleteInput
  - `inputs` MarketingCampaignsPublicCampaignDeleteInput[], required — An array of PublicCampaignDeleteInput objects, each specifying a campaign to be deleted. Each object must include the campaign's unique identifier.
    - `id` string, required — The unique identifier for the campaign to be deleted.

## Response `204`

No content

## Other responses

- `default` — An error occurred.

---

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