Delete Timelines or Timeline templates
Delete one or more Timelines or Timeline templates.
DELETE
/api/timeline
curl \
--request DELETE https://localhost:5601/api/timeline \
--header "Content-Type: application/json" \
--data '{"savedObjectIds":["string"],"searchIds":["string"]}'
Request examples
{
"savedObjectIds": [
"string"
],
"searchIds": [
"string"
]
}