---
title: "User can delete specific campaign record"
method: DELETE
path: "/campaign"
tags: ["campaign"]
---

# User can delete specific campaign record

`DELETE /campaign`

Deletes a specific campaign by ID. Optionally supports forced deletion to remove campaigns with associated data.

## Query parameters

- `id` integer, required
- `forced_delete` boolean

## Response `200`

Confirmation of successful campaign deletion

- PostResponse[]
  - `result` string, required — Outcome of the request. String, typically 'success' or 'error'.
  - `err` string, required — Error message when result='error'. String. Empty/null on success.
  - `data` string — Response payload. Shape varies by endpoint.

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.net/convirza/apis/convirza-apis.md) · [All operations](https://skmtc.net/convirza/apis/convirza-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/convirza/convirza-apis/versions/ccf9bbe34f5a/schema)
