Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

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

  1. Deleting a single subscriber by their ID from a mailing list.
  2. 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.

Discussion