Actions109
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Websites Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
- Users Actions
- Activity Logs Actions
- Articles Actions
Overview
This node allows you to delete a specific Asset Password by its ID from the Hudu system via the AvantGuard integration. It is useful in scenarios where you need to programmatically remove credentials or passwords associated with assets, such as during asset decommissioning, security clean-up, or when rotating credentials.
Example use cases:
- Automatically deleting old or compromised asset passwords.
- Integrating password removal into IT automation workflows.
- Ensuring compliance by removing sensitive data after asset retirement.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | ID of the requested Password to be deleted. |
Output
- The node will output a JSON object indicating the result of the deletion operation. Typically, this may include a success status or confirmation that the password with the specified ID has been deleted.
- No binary data is produced by this operation.
Dependencies
- External Service: Requires access to a Hudu instance via the AvantGuard API.
- API Key/Credentials: Needs valid
avantguardHuduApicredentials configured in n8n, including the base URL and authentication details. - n8n Configuration: Ensure the credentials are set up under the name
avantguardHuduApi.
Troubleshooting
- Invalid ID Error: If an invalid or non-existent ID is provided, the node may return an error indicating that the password was not found. Double-check the ID value.
- Authentication Errors: Missing or incorrect API credentials will result in authentication failures. Ensure your
avantguardHuduApicredentials are correctly configured. - Connection Issues: Network problems or incorrect base URL settings can cause connection errors. Verify connectivity and configuration.