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
Response
Subscriber removed successfully
Changes
Changed in 2 of the 61 revisions of this API.41
- ●
removed the optional property
errorfrom the response with the400statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the401statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the404statusresponse-optional-property-removed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
- ○
endpoint added
endpoint-added
- ○