---
title: "Deactivate a brand/campaign registration"
method: DELETE
path: "/v1/sms/registrations/{id}"
tags: ["SMS"]
---

# Deactivate a brand/campaign registration

`DELETE /v1/sms/registrations/{id}`

Terminates the campaign with the carrier registry so the recurring
monthly campaign fee stops (carriers bill the first 3 months of a
campaign regardless). Numbers covered by it can no longer SEND texts —
receiving is unaffected — until they're registered under a new brand.
Irreversible: a deactivated campaign cannot be restored; texting again
later requires a new registration (new one-time and review fees).
Idempotent.

## Path parameters

- `id` string, required

## Response `200`

Registration deactivated.

- object
  - `status` 'deactivated'

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Registration not found

---

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