MailSlurpAPI.Api.WebhookController.delete_webhook
You're seeing just the function
delete_webhook
, go back to MailSlurpAPI.Api.WebhookController module for more information.
Link to this function
delete_webhook(connection, inbox_id, webhook_id, opts \\ [])
Specs
delete_webhook(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete and disable a Webhook for an Inbox
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- webhook_id (String.t): webhookId
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure