Actions99
- InterACT Actions
- Notification Actions
- Organization Actions
- Task Actions
- Policy Actions
- Repository Actions
- Setting Actions
- Triage Rule Actions
- User Actions
- Acquisition Actions
- API Token Actions
- Asset Actions
- Auto Asset Tag Actions
- Baseline Actions
- Case Actions
- Evidence Actions
Overview
This node manages organizations within the Binalyze AIR platform. Specifically, the Delete operation for the Organization resource allows users to remove an existing organization from their Binalyze AIR environment.
Typical use cases include:
- Cleaning up unused or obsolete organizations.
- Automating organizational lifecycle management in workflows.
- Integrating with other systems to synchronize organizational data by removing organizations no longer needed.
For example, a security operations workflow might automatically delete an organization after all related investigations and tasks are completed.
Properties
| Name | Meaning |
|---|---|
| Organization | The target organization to delete. You can specify it by: |
| - Selecting from a list of organizations (searchable). | |
| - Providing the organization's numeric ID (must be a positive number or 0 for the default organization). | |
| - Entering the organization's name as a string. |
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 if the operation failed.
No binary data output is expected for this operation.
Dependencies
- Requires an active connection to the Binalyze AIR API via an API key credential configured in n8n.
- The node depends on the Binalyze AIR service being accessible and the API key having sufficient permissions to delete organizations.
Troubleshooting
Common Issues:
- Attempting to delete an organization that does not exist or specifying an invalid organization ID or name.
- Insufficient permissions associated with the API key credential.
- Network connectivity issues preventing access to the Binalyze AIR API.
Error Messages:
- "Unknown resource" — indicates the resource parameter is incorrect; ensure "organizations" is selected.
- Validation errors on the organization ID input if it is not a positive number or zero.
- API errors indicating lack of permission or that the organization cannot be deleted because it is in use.
Resolutions:
- Verify the organization identifier is correct and exists.
- Confirm the API key has delete permissions for organizations.
- Check network connectivity and API endpoint availability.
Links and References
- Binalyze AIR API Documentation (for detailed API usage and permissions)
- n8n Documentation (for general node usage and credential setup)