Dear team,
I can't find any way for the users to delete a webhook subscription. Neither in Angular UI nor at backend side (WebhookSubscriptionAppService).
Is there a reason for this ?
4 Answer(s)
-
0
Hi @Romka
It can be disabled, have you tried that ?
-
0
Hello,
of course I noticed it can be disabled, but what about deleting it ? all other entities can be deleted (ok, soft-deleted actually, but you understand what I mean). I think if the user is able to create a new entity, he should be able to remove it also.
So I wonder if there would be a side-effect I should be aware of, if I implement the delete functionality myself ; in other terms, why did'nt you implement it ? Is there a particular reason ?
-
0
Hi @Romka
The main reason for not implementing the delete was not loosing the retrieved data but you are right. It can be soft-deleted.
-
0
Ok, thanks for answer.
I'll implement it in our application ; maybe I'll add a warning modal to address the point about related data.