stack kb cases delete-case-comment cli command

Destructive Auth required Idempotent Scope: global
elastic stack kb cases delete-case-comment \
  --case-id <case-id> \
  --comment-id <comment-id> \
  [options]
		

Delete a case comment or alert

Behaviour flags:

--dry-run — validate all inputs and exit without performing any action

--case-id string required
The identifier for the case. To retrieve case IDs, use the search cases (_find) API. All non-ASCII characters must be URL encoded.
--comment-id string required
The identifier for the comment. To retrieve comment IDs, use the get case or search cases (_find) APIs.
--input-file string
path to a JSON file to use as command input
--dry-run
validate all inputs and exit without performing any action (preview changes without applying them)
--yes
confirm destructive action without prompting
--json

output as JSON