Annotations: As a user I can delete an Annotation Stream
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
See: https://github.com/influxdata/idpe/issues/9001
See: #241 [creating]
See: #242 [updating]
----
GIVEN I am looking at the settings page on the Annotations tab
AND I have at least 1 Annotation Stream defined
WHEN I click the red delete button
THEN I am prompted to confirm the action
WHEN I confirm the delete
THEN the Annotation Stream is deleted
AND I see a notification fire (5s duration, success, "[AnnotationStreamName] successfully deleted!"
---
UI is mostly built out for this story, just needs to be wired up and actually delete
[AnnotationCard.tsx](https://github.com/influxdata/ui/blob/master/src/annotations/components/AnnotationCard.tsx#L38-L40)
---

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.