Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation deletes a subscriber by their unique ID from the Listmonk system. It is useful in scenarios where you need to remove a subscriber from your mailing list or database, for example, when a user unsubscribes or when cleaning up inactive or invalid subscriber records.

Use Case Examples

  1. Deleting a subscriber by ID to comply with a user's unsubscribe request.
  2. Removing a subscriber who has been flagged as invalid or bounced emails.

Properties

Name Meaning
Id The unique identifier of the subscriber to be deleted.
Request Options Additional options to customize the request such as batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the subscriber was successfully deleted.
  • message - Additional information or error message related to the delete operation.

Dependencies

  • Requires an API key credential for authenticating with the Listmonk API.

Troubleshooting

  • Ensure the subscriber ID provided is valid and exists in the system to avoid 'not found' errors.
  • Check network connectivity and proxy settings if requests time out or fail to reach the server.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Verify that the API key credential is correctly configured and has sufficient permissions to delete subscribers.

Links

Discussion