---
title: "Delete a campaign"
method: DELETE
path: "/campaign/{id}"
tags: ["Campaigns"]
---

# Delete a campaign

`DELETE /campaign/{id}`

Delete a campaign

## Path parameters

- `id` string, required

## Response `200`

Campaign deleted successfully

- object
  - `status` boolean

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `404` — Campaign not found
- `500` — Internal server error

## Changes

- **2026-05-26** `d0c211a56a23` — 1 info
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/campaign/:id/delete.md)

---

[API](https://skmtc.dev/smallest-inc/apis/agent-management-api.md) · [All operations](https://skmtc.dev/smallest-inc/apis/agent-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/smallest-inc/agent-management-api/revisions/ea4ea58d7c4e/schema)
