Webhooks

Delete webhook with token

Permanently deletes the specified webhook using its ID and token for authentication. This action cannot be undone. Returns a 204 status code on successful deletion.

delete/webhooks/{webhook_id}/{token}

Path parameters

string snowflake required
OR
integer required

The ID of the webhook

tokenstring required

The webhook token

The webhook token

Response

No Content

Changes