OpenProject icon

OpenProject

Interact with OpenProject via API

Actions199

Overview

This node allows users to delete a specific file link in the "File Links" resource of the connected service. It is useful when you want to programmatically remove access or references to files that are no longer needed or should be revoked. For example, if a file was shared via a link and you want to disable that link to prevent further access, this operation will delete that file link.

Properties

Name Meaning
Id The unique identifier of the file link to be deleted. This is a required numeric value specifying which file link to remove.

Output

The output JSON typically contains confirmation of the deletion operation. It may include status information or an empty response indicating successful removal of the file link. There is no binary data output for this operation.

Dependencies

  • Requires an API key credential to authenticate with the external service.
  • The node uses a base URL configured from credentials to connect to the OpenProject API.
  • The node depends on the OpenProject API being accessible and the user having permission to delete file links.

Troubleshooting

  • Invalid Id: If the provided file link ID does not exist or is incorrect, the API will likely return an error indicating the resource was not found. Verify the ID before running the node.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key or token is correctly set up in the node credentials.
  • Permission Denied: If the authenticated user lacks permission to delete file links, the API will reject the request. Check user roles and permissions in the OpenProject system.
  • Network Issues: Connectivity problems to the API endpoint can cause timeouts or connection errors. Confirm network access and correct base URL configuration.

Links and References

Discussion