
AWeber API Integration Profile
Information and guides about integrating with AWeber API
Add AWeber Integration to Your ProductDelete subscriber by email in AWeber API
This endpoint is used to delete a subscriber and related information by the subscriber's email.
If you just want to unsubscribe the subscriber, then make a PATCH request to set the status to "unsubscribed" instead. When a subscriber is DELETED, the subscriber is unsubscribed from the list and all related analytics activity is removed from the customer account for the subscriber. Any references to clicks or opens are shown as "Deleted Subscriber" afterwards.
Check out related examples:
Input schema fields
Field Name | API Key | Type | |
---|---|---|---|
Path Parameters | pathParameters | object | |
Account Id | pathParameters.accountId | integer | |
List Id | pathParameters.listId | integer | |
Query | query | object | |
Subscriber Email | query.subscriber_email | string |