Skip to content

Delete Hook

Furkan Güngör edited this page Dec 22, 2021 · 3 revisions

Usage

Step 1

Get IHookService from Dependency Injection.

Step 2

await hookService.RemoveAsync(hookId);

Next Page

Clone this wiki locally