Example searches: “dashboards”, “history”, “use_alert_data_for_template”, “Alerting documentation”, “created_by”
Delete a note from a Timeline using the note ID.
The ID of the note to delete.
Indicates the note was successfully deleted.
curl \ --request DELETE 'https://<KIBANA_URL>/api/note' \ --header "Authorization: $API_KEY" \ --header "Content-Type: application/json" \ --data '{"noteId":"string"}'