Actions26
- Repositories Actions
- Resource Actions
- Resources Actions
- Favorites Actions
- Exports Actions
- Image Actions
- Account Actions
- Graphics Actions
- Recents Actions
Overview
This node operation allows users to remove a specific iTwin from their list of favorites. It is useful in scenarios where users want to manage and curate their favorite iTwins by removing those they no longer need quick access to. For example, if a user has previously marked several iTwins as favorites but wants to declutter or update their favorites list, this operation facilitates that removal.
Properties
| Name | Meaning |
|---|---|
| ID | The unique identifier of the iTwin to be removed from the user's favorites. This is a required string input. |
Output
The output of this operation is a JSON object indicating the result of the removal action. Typically, it will contain confirmation details or status information about whether the iTwin was successfully removed from the favorites list. The exact structure depends on the API response but generally includes success or error messages.
No binary data output is expected from this operation.
Dependencies
- Requires an API key credential for authenticating with the iTwin platform.
- The node depends on the iTwin Projects API to perform the removal operation.
- Proper configuration of the API authentication within n8n is necessary to execute this operation successfully.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent iTwin ID will likely cause the operation to fail.
- Missing or incorrect API credentials can lead to authentication errors.
- Network connectivity issues may prevent communication with the iTwin API.
Error Messages:
- "Unknown operation" — indicates the specified operation name does not match any supported operations; ensure "remove-itwin-from-my-favorites" is correctly set.
- Authentication errors — check that the API key or OAuth token is valid and properly configured.
- API response errors — review the error message returned by the API for details such as invalid ID or permission issues.
Resolving these typically involves verifying input parameters, ensuring valid credentials, and confirming network access.
Links and References
- iTwin Developer Documentation
- Refer to the official iTwin Projects API documentation for detailed information on managing favorites.