Skip to main content
DELETE
Remove subscriber by email

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