Actions71
- Settings Actions
- Subscribers Actions
- Create Subscriber
- Manage Subscriber Lists By Query
- Get Subscribers
- Delete Subscriber By List
- Get Subscriber By Id
- Update Subscriber By Id
- Delete Subscriber By Id
- Manage Subscriber Lists
- Manage Subscriber List By Id
- Manage Blocklist By Subscriber List
- Manage Blocklist Subscribers By Id
- Export Subscriber Data By ID
- Get Subscriber Bounces By Id
- Delete Subscriber Bounces By Id
- Subscriber Send Optin By Id
- Delete Subscriber By Query
- Blocklist Subscribers Query
- Bounces Actions
- Import Actions
- Campaigns Actions
- Update Preview Campaign By Id
- Get Campaigns
- Create Campaign
- Get Campaign By Id
- Update Campaign By Id
- Delete Campaign By Id
- Get Running Campaign Stats
- Get Campaign Analytics
- Preview Campaign By Id
- Preview Campaign Text By Id
- Update Campaign Status By Id
- Update Campaign Archive By Id
- Create Campaign Content By Id
- Test Campaign By Id
- Media Actions
- Templates Actions
- Public Actions
- Miscellaneous Actions
- Admin Actions
- Logs Actions
- Lists Actions
- Transactional Actions
- Maintenance Actions
Overview
This node operation deletes one or more subscribers from a specified list in the Listmonk system. It is useful for managing subscriber lists by removing unwanted or outdated subscriber entries. For example, it can be used to clean up a mailing list by deleting subscribers who have unsubscribed or are no longer relevant.
Use Case Examples
- Deleting a single subscriber by their ID from a mailing list.
- Batch deleting multiple subscribers by providing their IDs.
Properties
| Name | Meaning |
|---|---|
| Id | The subscriber ID or IDs to be deleted from the list. |
| Request Options | Additional options to control the request behavior, including batching, SSL certificate validation, proxy settings, and request timeout. |
Output
JSON
id- The ID of the subscriber that was deleted.status- The status of the delete operation for the subscriber.
Dependencies
- Requires an API key credential for authenticating with the Listmonk API.
Troubleshooting
- Ensure the subscriber ID(s) provided are valid and exist in the list to avoid errors.
- If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
- Check proxy settings if requests fail due to network issues.
- Adjust timeout settings if the server response is slow to prevent premature request abortion.
Links
- Listmonk API Documentation - Official documentation for the Listmonk API, useful for understanding available endpoints and request formats.