Exemplo n.º 1
0
        public async Task <IActionResult> Delete([FromBody] CreateOrDeleteWebhook createOrDeleteWebhook)
        {
            await _webhookService.ProcessDeleteWebhook(createOrDeleteWebhook);

            return(Ok());
        }