---
title: "Delete Campaign by campaignId"
method: DELETE
path: "/v1/projects/{projectId}/campaignRegistration/{campaignRegistrationId}"
tags: ["10DLC Campaign Registration"]
---

# Delete Campaign by campaignId

`DELETE /v1/projects/{projectId}/campaignRegistration/{campaignRegistrationId}`

Deactivate a campaign by removing the campaign from TCR and OSR. A campaign cannot be restored once it is deactivated. New campaign status is EXPIRED.

## Path parameters

- `projectId` string, required
- `campaignRegistrationId` string, required

## Response `200`

A successful response.

- object

## Other responses

- `400` — INVALID_ARGUMENT: If the input parameters are not valid
- `404` — The campaign could not be found
- `429` — Over limit
- `500` — INTERNAL: Internal server error. Typically, a server bug.

---

[API](https://skmtc.net/sinch/apis/registration.md) · [All operations](https://skmtc.net/sinch/apis/registration/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/registration/revisions/9eecb207c30d/schema)
