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

Changes

Changed in 2 of the 61 revisions of this API.41

    • removed the optional property error from the response with the 400 status

      response-optional-property-removed

    • removed the optional property error from the response with the 401 status

      response-optional-property-removed

    • removed the optional property error from the response with the 404 status

      response-optional-property-removed

    • removed the optional property error from the response with the 500 status

      response-optional-property-removed

    • endpoint added

      endpoint-added