This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Delete Timelines or Timeline templates
editDelete Timelines or Timeline templates
editDelete multiple Timelines or Timeline templates.
Request URL
editDELETE <kibana host>:<port>/api/timeline
Request body
editA JSON object defining the savedObjectIds of Timelines or Timeline templates to be deleted.
Name | Type | Description | Required |
---|---|---|---|
|
Array |
|
Yes |
Example requests
editDELETE api/timeline { "savedObjectIds": ["56efaaf0-b274-11eb-8078-5b983613cc0f"] }