Actions34
- Configuration Actions
- Contact Actions
- Domain Actions
- Flexible Asset Actions
- Organization Actions
- Password Actions
Overview
This node integrates with the IT Glue API to perform various operations on IT Glue resources. Specifically, for the Organization resource with the Bulk Delete operation, it allows users to delete multiple organizations in a single request by specifying their IDs. This is useful for cleaning up or managing large sets of organization data efficiently without needing to delete each organization individually.
Practical examples include:
- Removing multiple outdated or duplicate organizations from your IT Glue account.
- Automating cleanup tasks where organizations that meet certain criteria are deleted in bulk.
Properties
| Name | Meaning |
|---|---|
| Organization IDs | Comma-separated list of organization IDs to delete. Example: 123,456,789 |
Output
The output JSON will typically contain the response from the IT Glue API after attempting to delete the specified organizations. This may include confirmation of deletion or error details if any IDs were invalid or could not be deleted.
No binary data output is expected for this operation.
Dependencies
- Requires an API key credential for authenticating with the IT Glue API.
- The node uses the IT Glue REST API and expects proper network connectivity.
- No additional environment variables are explicitly required beyond the API authentication setup.
Troubleshooting
- Invalid or missing Organization IDs: Ensure the "Organization IDs" property is provided as a comma-separated string of valid organization IDs.
- API Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions to delete organizations.
- Partial failures: If some IDs are invalid or cannot be deleted, the API response may indicate which ones failed. Review the output JSON for error messages.
- Rate limiting or network issues: If requests fail due to rate limits or connectivity, retry after some time or check network settings.