Actions39
- Panel Actions
- Message Actions
- Chatbot Actions
- Contact Actions
- Sequence Actions
- Session Actions
Overview
This node operation deletes an annotation card from a panel in the WTS Chat system. It requires the user to provide both the Card ID and the Note ID (annotation ID) to identify the specific annotation to be deleted. This operation is useful for managing and cleaning up annotations associated with cards in project or task management workflows within the WTS Chat platform.
Use Case Examples
- Deleting an outdated or incorrect annotation from a project card to keep the information accurate.
- Removing a resolved comment or note from a task card to maintain clarity in project tracking.
Properties
| Name | Meaning |
|---|---|
| Card ID | The unique identifier of the card from which the annotation will be deleted. |
Output
JSON
json- The response from the API after attempting to delete the annotation card, typically confirming success or failure.
Dependencies
- Requires an API key credential for authentication with the WTS Chat API.
Troubleshooting
- Ensure both Card ID and Note ID are provided; missing either will cause an error.
- Verify that the Card ID and Note ID correspond to existing entities in the system to avoid 'not found' errors.
- Check API key validity and permissions if authentication errors occur.