You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The delete provider option does not undo the changes or recommends you info about how to undo them. Say you add subscriptions to your sns topics, they will stay there and keep sending data to keep.
Describe the solution you'd like
Either clean up the changes done, or recommend actions to clean up
The text was updated successfully, but these errors were encountered:
Hi @PeterSzegedi
I recently added infra to enable providers to clean up their subscriptions/webhooks/etc.
But since each provider requires specific clean up logic, for now I only implemented webhook removal for PagerDuty.
Please take a look at my PR if you have time.
Is your feature request related to a problem? Please describe.
The delete provider option does not undo the changes or recommends you info about how to undo them. Say you add subscriptions to your sns topics, they will stay there and keep sending data to keep.
Describe the solution you'd like
Either clean up the changes done, or recommend actions to clean up
The text was updated successfully, but these errors were encountered: