Delete Timelines or Timeline templates Beta
Delete one or more Timelines or Timeline templates.
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"
]
}