webhooks

Delete an outgoing webhook

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.

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

Path parameters

hook_idstring required

Outgoing webhook GUID

Response

Webhook deletion successful

statusstring

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

Changes