Skip to main content
DELETE
/
v1
/
subscribers
Remove subscriber by email
import { ParagraphAPI } from "@paragraph-com/sdk"

const api = new ParagraphAPI({ apiKey: "your-api-key" })
await api.subscribers.remove({ email: "reader@example.com" })
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://paragraph.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key for authenticating protected endpoints. Pass as Bearer token in Authorization header.

Body

application/json

Body

email
string<email>

Email address of the subscriber to remove

wallet
string

Wallet address of the subscriber to remove (0x format)

Pattern: ^0x[a-fA-F0-9]{40}$

Response

Subscriber removed successfully

success
enum<boolean>
required

Whether the subscriber was removed

Available options:
true