The SIEM app is now a part of the Elastic Security solution.
Click
here to view the current documentation.
IMPORTANT: No additional bug fixes or documentation updates will be released for this version.
IMPORTANT: No additional bug fixes or documentation updates will be released for this version.
Delete case
editDelete case
editDeletes the specified cases and all associated comments.
Request URL
editDELETE <kibana host>:<port>/api/cases?ids=["<case ID1>","<case ID2>"]
URL parts
editThe 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
editDeletes 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.