---
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

## Changes

- **2026-05-07** `90de04b87133` — 4 warning
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `401` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `500` status
- **2026-04-28** `79fe03bb4057` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/changes/v1/subscribers/delete.md)

---

[API](https://skmtc.dev/paragraph-xyz/apis/paragraph-api.md) · [All operations](https://skmtc.dev/paragraph-xyz/apis/paragraph-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/paragraph-xyz/paragraph-api/revisions/8108f2a53d2e/schema)
