pub async fn delete_webhook(
configuration: &Configuration,
id: i32,
) -> Result<BaseResponse200, Error<DeleteWebhookError>>
Expand description
Deletes the specified Webhook.
pub async fn delete_webhook(
configuration: &Configuration,
id: i32,
) -> Result<BaseResponse200, Error<DeleteWebhookError>>
Deletes the specified Webhook.