Delete item comment
plaky_delete_item_commentPermanently delete a specific comment from an item in a Plaky board by providing the comment ID along with space, board, and item identifiers.
Instructions
Permanently delete a comment by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Unique item identifier. | |
| boardId | Yes | Unique board identifier. | |
| spaceId | Yes | Unique space identifier. | |
| itemCommentId | Yes | Unique comment identifier. |