Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
This node allows you to delete a specific List by its ID. It is useful in scenarios where you need to programmatically remove lists from a system, such as cleaning up outdated or unused lists, managing resources dynamically, or automating list lifecycle management.
For example, if you have an automation that manages marketing campaigns, you might want to delete mailing lists that are no longer active or relevant.
Properties
Name | Meaning |
---|---|
Id | The unique numeric identifier of the List to delete |
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of deletion or any relevant status information returned by the API. There is no indication that binary data is output by this node.
Dependencies
- Requires an API key credential for authentication with the external service.
- The node uses a base URL configured in the credentials to send HTTP requests.
- Depends on an external API endpoint that supports deleting lists by ID.
Troubleshooting
Common issues:
- Providing an invalid or non-existent List ID will likely cause an error or no action.
- Missing or incorrect API authentication credentials will prevent successful deletion.
- Network connectivity issues can cause request failures.
Error messages and resolutions:
- "List not found": Verify that the List ID exists and is correct.
- "Unauthorized" or "Authentication failed": Check that the API key or authentication token is correctly configured.
- Timeout or network errors: Ensure stable internet connection and that the API endpoint is reachable.
Links and References
- Refer to the external API documentation for details on the List deletion endpoint.
- Consult n8n documentation on how to configure API credentials and use HTTP request nodes.