OctoflowOctoflow
CommandsCore Commands

/delhook

Delete a webhook and all its associated repositories and event modifiers.

Deletes a webhook from the current server. The command does not error if the webhook ID doesn't exist — it silently succeeds either way.

Deleting a webhook also removes all repositories and event modifiers associated with it. This action cannot be undone. Use /backup first if you want to preserve your configuration.

Usage

/delhook id:abc123
git!delhook id:abc123

Parameters

PropTypeDefault
id
string
-

Permissions

Requires Manage Server (MANAGE_GUILD).

Cooldown

60 seconds (per guild).

On this page