Delete Timelines or Timeline templates Beta

DELETE /api/timeline

Delete one or more Timelines or Timeline templates.

application/json; Elastic-Api-Version=2023-10-31

Body Required

The IDs of the Timelines or Timeline templates to delete.

Responses

  • Indicates the Timeline was successfully deleted.

DELETE /api/timeline
curl \
 -X DELETE https://<KIBANA_URL>/api/timeline \
 -H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
  "savedObjectIds": [
    "string"
  ],
  "searchIds": [
    "string"
  ]
}