AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node operation deletes a specific tag rule identified by its ID. It is useful in scenarios where you need to programmatically remove tagging rules from a system, such as cleaning up outdated or incorrect tags, managing user-specific tag configurations, or automating tag lifecycle management.

For example, if you have a set of automated workflows that assign tags based on certain criteria, and one of those criteria changes or becomes obsolete, this node can be used to delete the corresponding tag rule to prevent further tagging under that rule.

Properties

Name Meaning
X USER ID The User ID header value to identify the user context for the request.
Id The numeric identifier of the tag rule to be deleted.
  • X USER ID is passed as an HTTP header named X-USER-ID.
  • Id is the unique identifier of the tag rule targeted for deletion.

Output

The output JSON typically contains the response from the API after attempting to delete the tag rule. 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 with the external service.
  • The node uses a base URL configured in the credentials to send requests.
  • The X-USER-ID header must be provided to specify the user context.
  • The node depends on an OpenAPI-based client library for making HTTP requests.

Troubleshooting

  • Missing or invalid X USER ID header: The API may reject the request if the user ID is not provided or invalid. Ensure the correct user ID is supplied.
  • Invalid or non-existent Id: If the tag rule ID does not exist, the API will likely return an error indicating the resource was not found.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network or connectivity issues: Check network access to the API endpoint and ensure the base URL is correct.

Links and References

  • Refer to the external API documentation for tag management and deletion endpoints.
  • Consult your API provider’s guidelines on required headers and authentication methods.

Discussion