v52

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-07-21450373.3 KB
subscribers

Remove a subscriber

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
delete/v1/subscribers

Request body

emailstring email

Email address of the subscriber to remove

walletstring

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

Response

Subscriber removed successfully

successtrue required

Whether the subscriber was removed