Delete Timelines or Timeline templates
Delete one or more Timelines or Timeline templates.
DELETE /api/timeline
curl \ --request DELETE 'https://<KIBANA_URL>/api/timeline' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --data '{"savedObjectIds":["15c1929b-0af7-42bd-85a8-56e234cc7c4e"],"searchIds":["23f3-43g34g322-e5g5hrh6h-45454","6ce1b592-84e3-4b4a-9552-f189d4b82075"]}'