Listmonk icon

Listmonk

Interact with Listmonk API

Actions71

Overview

This node operation deletes a specific list in Listmonk by its unique identifier (List Id). It is useful for managing and cleaning up lists in Listmonk, especially when you need to remove outdated or unnecessary lists programmatically. For example, you can automate the deletion of mailing lists that are no longer needed or were created by mistake.

Use Case Examples

  1. Deleting a mailing list by its ID to keep the list database clean.
  2. Automating the removal of test lists after a campaign is finished.

Properties

Name Meaning
List Id The unique identifier of the list you want to delete.
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 list deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

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

Troubleshooting

  • Ensure the List Id provided is valid and exists in Listmonk; otherwise, the deletion will fail.
  • If SSL certificate validation fails and you trust the server, enable 'Ignore SSL Issues' to bypass the error.
  • Check proxy settings if requests are not going through a corporate or custom network proxy.
  • Timeout errors may occur if the server is slow to respond; increase the timeout value if needed.

Links

Discussion