Delete Timelines or Timeline templatesedit

Delete multiple Timelines or Timeline templates.

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/timeline

Request bodyedit

A JSON object defining the savedObjectIds of Timelines or Timeline templates to be deleted.

Name Type Description Required

savedObjectIds

Array

savedObjectIds of Timelines or Timeline templates

Yes

Example requestsedit

DELETE api/timeline
{
	"savedObjectIds": ["56efaaf0-b274-11eb-8078-5b983613cc0f"]
}