Example searches: “throttle”, “consumer”, “reason”, “monitoring”, “200”
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"}'