Connect Secure icon

Connect Secure

Consume Connect Secure API

Actions222

Overview

This node allows users to delete a specific tag by its ID from the Connect Secure system. It is useful in scenarios where tags are used to categorize or label resources, and there is a need to remove obsolete or incorrect tags programmatically. For example, automating cleanup of tags that are no longer relevant or managing tags as part of a larger workflow.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes in the API request.
Id The numeric identifier of the tag to be deleted.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of deletion or any error messages returned by the API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential to authenticate with the Connect Secure API.
  • The node depends on the Connect Secure API being accessible and properly configured.
  • The X USER ID header must be provided to identify the user making the request.

Troubleshooting

  • Missing or invalid X USER ID: The API may reject requests without a valid user ID header. Ensure this property is set correctly.
  • 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: Make sure the API key credential is valid and has sufficient permissions to delete tags.
  • Network issues: Verify connectivity to the Connect Secure API endpoint.

Links and References

  • Connect Secure API documentation (refer to official docs for detailed API usage and error codes).

Discussion