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

Body Required

The ids of the timelines or timeline templates to delete.

Responses

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

    Indicates the timeline was successfully deleted.

    Hide response attribute Show response attribute object
DELETE /api/timeline
curl \
 -X DELETE http://localhost:5601/api/timeline \
 -H "Content-Type: application/json; Elastic-Api-Version=2023-10-31"
Request examples
{
  "savedObjectIds": [
    "string"
  ],
  "searchIds": [
    "string"
  ]
}
Response examples (200)
{
  "data": {
    "deleteTimeline": true
  }
}