Delete case

edit

Deletes the specified cases and all associated comments.

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 URL

edit

DELETE <kibana host>:<port>/api/cases?ids=["<case ID1>","<case ID2>"]

URL parts

edit

The URL must include the case IDs of the cases you are deleting. Call Find cases to retrieve case IDs.

All non-ascii characters must be encoded.

Example request

edit

Deletes cases with these IDs:

  • 2e3a54f0-6754-11ea-a1c2-e3a8bc9f7aca
  • 40b9a450-66a0-11ea-be1b-2bd3fef48984
DELETE api/cases?ids=%5B%222e3a54f0-6754-11ea-a1c2-e3a8bc9f7aca%22%2C%2240b9a450-66a0-11ea-be1b-2bd3fef48984%22%5D

Response code

edit
204
Indicates a successful call.