Nextcloud Deck icon

Nextcloud Deck

Consume NextCloud Deck API (v.0.1.3)

Overview

This node interacts with the Nextcloud Deck API to manage boards and their related entities. Specifically, the 'boards' resource with the 'Delete' operation allows users to delete a board by its ID. This is useful for automating the cleanup or management of project boards within Nextcloud Deck, such as removing outdated or completed boards programmatically.

Use Case Examples

  1. Deleting a board by specifying its ID to remove it from Nextcloud Deck.
  2. Automating board management workflows by deleting boards based on certain triggers or conditions.

Properties

Name Meaning
Authentication Method of authentication to use for API requests, either Access Token or OAuth2.
ID The unique identifier of the board to delete. This is a required string input.

Output

JSON

  • success - Indicates if the delete operation was successful.

Dependencies

  • Nextcloud Deck API

Troubleshooting

  • If the board ID is invalid or does not exist, the API will return an error. Ensure the ID is correct.
  • Authentication errors may occur if the access token or OAuth2 credentials are invalid or expired. Verify credentials are properly configured.
  • Network or API endpoint issues can cause request failures. Check connectivity and API availability.

Links

  • Nextcloud Deck - Official Nextcloud Deck project page for more information about the service.

Discussion