Wallabag icon

Wallabag

Save and manage articles with Wallabag read-it-later service

Tag → Delete

AI-generated

Overview

This node operation deletes a tag from the Wallabag service by its ID. It is useful for managing and organizing saved articles by removing tags that are no longer needed or relevant. For example, if a tag was created by mistake or is obsolete, this operation allows you to clean up your tag list by deleting it.

Use Case Examples

  1. Deleting a tag by specifying its Tag ID to keep the tag list organized.
  2. Automating tag cleanup in workflows that manage article categorization.

Properties

Name Meaning
Tag ID The ID of the tag to delete, required to identify which tag to remove.

Output

JSON

  • json - The response from the Wallabag API after deleting the tag, typically confirming the deletion or providing status information.

Dependencies

  • Requires an API key credential for Wallabag API authentication.

Troubleshooting

  • Common issues include providing an invalid or non-existent Tag ID, which will cause the API to return an error indicating the tag could not be found.
  • Authentication errors if the API key credential is missing or invalid, resulting in failed requests.
  • Network or API downtime issues that prevent successful communication with the Wallabag service.

Links

Discussion