---
title: "Delete a campaign for an organization"
method: DELETE
path: "/orgs/{org}/campaigns/{campaign_number}"
tags: ["campaigns"]
---

# Delete a campaign for an organization

`DELETE /orgs/{org}/campaigns/{campaign_number}`

Deletes a campaign in an organization.

The authenticated user must be an owner or security manager for the organization to use this endpoint.

OAuth app tokens and personal access tokens (classic) need the `security_events` scope to use this endpoint.

## Path parameters

- `org` string, required
- `campaign_number` integer, required

## Response `204`

Deletion successful

## Other responses

- `404` — Resource not found
- `503` — Service unavailable

---

[API](https://skmtc.net/github/apis/github-v3-rest-api-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
