---
title: "Delete Campaign"
method: DELETE
path: "/campaign/{campaign_id}"
tags: ["Campaign"]
---

# Delete Campaign

`DELETE /campaign/{campaign_id}`

Deletes the Campaign with the given `id`. If the Campaign has _status_ **sent**, the credentials created from the Campaign will also be deleted. The `id` is passed in the parameters.

## Path parameters

- `campaign_id` string, required

## Headers

- `api-version` string, required

## Response `200`

Successful response

- ApiResponse
  - `message` string, nullable
  - `hasError` boolean
  - `validationErrors` string[]
  - `data` unknown
  - `content` unknown

---

[API](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation.md) · [All operations](https://skmtc.net/sertifier/apis/sertifier-credential-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sertifier/sertifier-credential-api-documentation/revisions/98c494325aae/schema)
