AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific tag identified by its ID. It is useful in scenarios where you need to programmatically remove tags from a system, such as cleaning up unused or obsolete tags, managing tag lifecycle, or automating tag maintenance workflows.

For example, if you have an automation that removes tags associated with deleted users or outdated content, this node can be used to delete those tags by specifying their IDs.

Properties

Name Meaning
X USER ID The user identifier required for authentication or authorization purposes.
Id The numeric ID of the tag to be deleted.
  • X USER ID is passed as a header in the request.
  • Id is the unique identifier of the tag to delete.

Output

The output JSON typically contains the response from the API after attempting to delete the tag. This may include confirmation of deletion or error details if the operation failed.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authentication (referred generically).
  • Depends on the external AvantGuard ConnectSecure API service.
  • The base URL and authentication credentials must be configured in the node's credentials settings.

Troubleshooting

  • Missing or invalid X USER ID header: Ensure the user ID is provided and correctly set in the input property; otherwise, the API may reject the request.
  • Invalid tag ID: If the tag ID does not exist or is incorrect, the API will likely return an error indicating the tag was not found.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to delete tags.
  • Network or connectivity issues: Check network access to the API endpoint and ensure the base URL is correctly configured.

Links and References

Discussion