pub async fn delete_outgoing_webhook(
configuration: &Configuration,
hook_id: &str,
) -> Result<StatusOk, Error<DeleteOutgoingWebhookError>>
Expand description
Delete an outgoing webhook given the hook id. ##### Permissions manage_webhooks
for system or manage_webhooks
for the specific team or manage_webhooks
for the channel.