pub async fn delete_webhook_with_id(
configuration: &Configuration,
webhook_id: &str,
) -> Result<(), Error<DeleteWebhookWithIdError>>
Expand description
Deletes the webhook for the given Id.
pub async fn delete_webhook_with_id(
configuration: &Configuration,
webhook_id: &str,
) -> Result<(), Error<DeleteWebhookWithIdError>>
Deletes the webhook for the given Id.