Actions58
- Applications Actions
- Components Actions
- Brands Actions
- Documents Actions
- Weblinks Actions
- Manufacturers Actions
- Catalogs Actions
- Download Actions
- Variations Actions
- Categories Actions
- Upload Actions
- Jobs Actions
Overview
This node interacts with the iTwin Component Center API, specifically allowing users to delete a WebLink from a catalog. The "Delete Catalog WebLink" operation removes a specified web link identified by its ID from a given catalog. This is useful for managing and cleaning up component catalogs by removing outdated or irrelevant links.
Practical examples include:
- Automating the removal of deprecated documentation links from a component catalog.
- Managing component metadata by programmatically deleting obsolete web references.
Properties
| Name | Meaning |
|---|---|
| Catalog ID | Id of the catalog from which to delete the web link. |
| Web Link ID | Id of the web link to be deleted. |
Output
The output is an array of JSON objects representing the result of the delete operation. Each item corresponds to one input item processed. The JSON structure typically contains either the direct response from the API or a simple confirmation of the deletion result under the result key.
If the operation fails and "Continue On Fail" is enabled, the output will contain an error message in the error field along with node information.
No binary data output is produced by this node.
Dependencies
- Requires an API authentication token credential for the iTwin Component Center API.
- The node depends on the internal
ComponentCenterOpenApiInterpretermodule to interpret and execute API operations. - Proper configuration of the API credentials within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Invalid or missing Catalog ID or Web Link ID parameters will cause the operation to fail.
- Authentication errors if the API key or OAuth token is not configured correctly.
- Network or API endpoint issues may cause request failures.
Error messages:
"Unknown operation: <operation>": Indicates that the requested operation is not supported; ensure the operation name is correct.- API errors returned from the iTwin Component Center service will be propagated; check the error message for details.
- If "Continue On Fail" is enabled, errors are returned as part of the output JSON instead of stopping execution.
To resolve errors:
- Verify that the Catalog ID and Web Link ID are correct and exist.
- Check API credentials and permissions.
- Ensure network connectivity to the iTwin Component Center API.
Links and References
- iTwin Developer Documentation
- Node documentation URL (as per node description): https://developer.bentley.com/apis/