---
title: "Remove a subscriber"
method: DELETE
path: "/v1/subscribers"
tags: ["subscribers"]
---

# Remove a subscriber

`DELETE /v1/subscribers`

Remove a subscriber from your publication. The publication is identified by the API key provided in the Authorization header. Identify the subscriber by email, wallet, or both.

**Requirements:**
- At least one of `email` or `wallet` must be provided
- If both are provided, they must resolve to the same subscriber

**Behavior:**
- The subscription is hard-deleted, mirroring the dashboard's "remove subscriber" action

## Request body

- object
  - `email` string, email — Email address of the subscriber to remove
  - `wallet` string — Wallet address of the subscriber to remove (0x format)

## Response `200`

Subscriber removed successfully

- object
  - `success` true, required — Whether the subscriber was removed

## Other responses

- `400` — Invalid request — must provide email or wallet, and both (if given) must resolve to the same subscriber
- `401` — Invalid or missing API key
- `404` — Subscriber not found in this publication
- `500` — Internal server error

---

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