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 Procedure Task in the AvantGuard Hudu system by providing its unique ID. It is useful for automating the cleanup or management of procedure tasks within your workflows, such as removing obsolete or completed tasks from your Hudu environment.
Practical Example:
Suppose you have an automated process that marks certain procedure tasks as complete and then removes them from your system to keep your workspace organized. This node can be used at the end of such a workflow to delete those tasks automatically.
Properties
| Name | Type | Meaning |
|---|---|---|
| Id | Number | The ID of the procedure task to delete. This is required. |
Output
- json: The output will typically contain the response from the Hudu API after attempting to delete the specified procedure task. This may include confirmation of deletion or details about any error encountered (such as "not found" if the ID does not exist).
Dependencies
- External Service: Requires access to the AvantGuard Hudu API.
- Credentials: You must configure the node with valid
avantguardHuduApicredentials, including the base URL (baseUrl) for your Hudu instance. - n8n Configuration: Ensure the credentials are set up in n8n under the name
avantguardHuduApi.
Troubleshooting
Common Issues:
- Invalid or Missing ID: If the provided ID does not correspond to an existing procedure task, the API may return a "not found" error.
- Authentication Errors: If the credentials are missing or incorrect, you may receive authentication or authorization errors.
- Network/Connection Issues: If the base URL is incorrect or the Hudu service is unreachable, requests will fail.
Error Messages & Resolutions:
- "Not Found": Ensure the ID is correct and the procedure task exists.
- "Unauthorized" or "Forbidden": Check your API credentials and permissions.
- "Connection Refused" or Timeout: Verify the base URL and network connectivity.