Actions22
- boards Actions
- boards ACL Actions
- Stacks Actions
- Cards Actions
Overview
This node interacts with the Nextcloud Deck API to manage cards within boards and stacks. Specifically, the 'Delete' operation under the 'Cards' resource allows users to delete a card from a specified board and stack. This is useful for automating the removal of tasks or items from project management boards in Nextcloud Deck, such as deleting completed or obsolete cards.
Use Case Examples
- Deleting a card from a specific stack in a board to keep the project board clean and up-to-date.
- Automating the removal of cards based on certain triggers or conditions in a workflow.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authentication to access the Nextcloud Deck API, either via Access Token or OAuth2. |
| Board ID | The unique identifier of the board containing the card to be deleted. |
| Stack ID | The unique identifier of the stack within the board containing the card to be deleted. |
| Card ID | The unique identifier of the card to be deleted. |
Output
JSON
success- Indicates whether the card deletion was successful.
Dependencies
- Nextcloud Deck API
Troubleshooting
- Ensure that the provided Board ID, Stack ID, and Card ID are correct and exist in the Nextcloud Deck instance.
- Authentication errors may occur if the access token or OAuth2 credentials are invalid or expired; verify and refresh credentials as needed.
- API errors may be returned if the card is already deleted or if the user does not have permission to delete the card.
Links
- Nextcloud Deck API Documentation - Official documentation for the Nextcloud Deck API, useful for understanding available endpoints and parameters.
