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