---
title: "Delete a donation campaign"
method: DELETE
path: "/companies/{companyId}/campaignManagement/{donationCampaignId}"
tags: ["Donation campaigns"]
---

# Delete a donation campaign

`DELETE /companies/{companyId}/campaignManagement/{donationCampaignId}`

Removes the donation campaign specified in the path. This request is only allowed if the campaign has the status **inactive**.

To make this request, your API credential must have the following [role](https://docs.adyen.com/development-resources/api-credentials#api-permissions):
* Management API—Campaign Management read and write

## Path parameters

- `companyId` string, required
- `donationCampaignId` string, required

## Response `204`

No Content - the request has been successfully processed, but there is no additional content.

## Other responses

- `400` — Bad Request - a problem reading or understanding the request.
- `401` — Unauthorized - authentication required.
- `403` — Forbidden - insufficient permissions to process the request.
- `422` — Unprocessable Entity - a request validation error.
- `500` — Internal Server Error - the server could not process the request.

---

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