Delete all commentsedit

Deletes all comments from the specified case.

The Kibana Console supports only Elasticsearch APIs. You cannot interact with the Kibana APIs with the Console and must use curl or another HTTP tool instead. For more information, refer to Console.

Request URLedit

DELETE <kibana host>:<port>/api/cases/<case ID>/comments

URL partsedit

The URL must include the case ID of the comment’s associated case (call Find cases to retrieve case IDs).

Example requestedit

Deletes all comments from case ID 9c235210-6834-11ea-a78c-6ffb38a34414:

DELETE api/cases/a18b38a0-71b0-11ea-a0b2-c51ea50a58e2/comments

Response codeedit

204
Indicates a successful call.