webhooks

Delete an incoming webhook

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.

delete/api/v4/hooks/incoming/{hook_id}

Path parameters

hook_idstring required

Incoming webhook GUID

Response

Webhook deletion successful

statusstring

Will contain "ok" if the request was successful and there was nothing else to return

Changes