Blinko icon

Blinko

Consume Blinko API

Actions13

Overview

This node integrates with the Blinko API to manage notes and other related resources. Specifically, the "Delete Note" operation allows users to delete a note by providing its unique identifier. This is useful in scenarios where you want to programmatically remove outdated or irrelevant notes from your Blinko workspace.

Practical examples include:

  • Automatically deleting notes that meet certain criteria (e.g., older than a specific date).
  • Cleaning up notes after processing their content elsewhere.
  • Integrating with workflows that require note lifecycle management.

Properties

Name Meaning
Note ID The unique identifier of the note to delete

Output

The output JSON contains the response from the Blinko API after attempting to delete the specified note. Typically, this will confirm whether the deletion was successful or provide error details if it failed.

No binary data output is produced by this operation.

Dependencies

  • Requires an active connection to the Blinko API via an API key credential configured in n8n.
  • The node depends on network access to the Blinko service endpoint.
  • Proper permissions for deleting notes must be granted to the API key used.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent Note ID will result in an error.
    • Insufficient permissions for the API key can cause authorization failures.
    • Network connectivity problems may prevent the node from reaching the Blinko API.
  • Error messages and resolutions:

    • "The operation "delete" is not supported!" — This indicates a misconfiguration; ensure the operation parameter is set correctly.
    • Errors indicating missing or invalid Note ID — Verify that the Note ID input is correct and exists in Blinko.
    • Authorization errors — Check that the API key credential has the necessary rights to delete notes.
    • Network errors — Confirm internet connectivity and that the Blinko API endpoint is reachable.

Links and References

Discussion