Base solution for your next web application
Open Closed

Remove webhook subscription ? #9672


User avatar
0
Romka created

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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @Romka

    It can be disabled, have you tried that ?

  • User Avatar
    0
    Romka created

    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 ?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    Romka created

    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.