Binalyze AIR icon

Binalyze AIR

Manage Binalyze AIR resources

Actions99

Overview

This node manages API tokens within the Binalyze AIR platform. Specifically, the "Delete API Token" operation allows users to remove an existing API token by specifying its identifier. This is useful for revoking access or cleaning up unused tokens to maintain security hygiene.

Practical examples include:

  • Automatically deleting API tokens that are no longer needed after a workflow completes.
  • Revoking compromised or expired API tokens programmatically as part of a security policy enforcement.
  • Managing API tokens lifecycle in bulk through automation.

Properties

Name Meaning
API Token The API token to operate on. You can select it from a list of existing tokens or specify its ID manually. The ID must contain only letters, numbers, hyphens, and underscores.

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the deletion was successful or provide details about the deleted token. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the Binalyze AIR platform.
  • The node depends on the Binalyze AIR API endpoints for managing API tokens.
  • Proper configuration of the API authentication credentials in n8n is necessary.

Troubleshooting

  • Invalid API Token ID: If the provided API token ID contains invalid characters (anything other than letters, numbers, hyphens, and underscores), the node will reject it. Ensure the ID matches the required pattern.
  • API Authentication Errors: Failure to authenticate with the Binalyze AIR API due to missing or incorrect API credentials will cause errors. Verify that the API key credential is correctly configured.
  • Token Not Found: Attempting to delete a non-existent API token may result in an error or empty response. Confirm the token ID exists before deletion.
  • Network Issues: Connectivity problems with the Binalyze AIR API endpoint can cause timeouts or failures. Check network settings and API availability.

Links and References

Discussion