diff --git a/developers/events/webhook-events.mdx b/developers/events/webhook-events.mdx
index 2aebbf64e2..7b6c2e96df 100644
--- a/developers/events/webhook-events.mdx
+++ b/developers/events/webhook-events.mdx
@@ -48,10 +48,6 @@ If either of these are not complete, your Webhook Events URL will not be validat
When adding your Webhook Events URL, Discord will send a `POST` request with a `PING` payload with a `type: 0` to your endpoint. Your app is expected to acknowledge the request by returning a `204` response with an empty body.
-
-You must provide a valid `Content-Type` when responding to `PING`s. See [here](/developers/reference#http-api) for further information.
-
-
To properly acknowledge a `PING` payload, return a `204` response with no body: