Beispiel #1
0
 public async Task <bool> DeleteWebhook(string environment, string webhookId)
 {
     return(await _accountActivityWebhooksController.DeleteAccountActivityWebhook(environment, webhookId));
 }
Beispiel #2
0
 public Task <bool> DeleteWebhook(string environment, string webhookId, long userId)
 {
     return(_accountActivityWebhooksController.DeleteAccountActivityWebhook(environment, webhookId));
 }