IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete all comments
editDelete all comments
editDeletes all comments from the specified case.
Request URL
editDELETE <kibana host>:<port>/api/cases/<case ID>/comments
URL parts
editThe URL must include the case ID
of the comment’s associated case (call
Find cases to retrieve case IDs).
Example request
editDeletes all comments from case ID 9c235210-6834-11ea-a78c-6ffb38a34414
:
DELETE api/cases/a18b38a0-71b0-11ea-a0b2-c51ea50a58e2/comments
Response code
edit-
204
- Indicates a successful call.