Skip to main content
DELETE
/
webhooks
/
{webhook_id}
cURL
curl --request DELETE \
  --url https://discord.com/api/v10/webhooks/{webhook_id} \
  --header 'Authorization: <api-key>'
{
  "code": 123,
  "message": "<string>",
  "retry_after": 123,
  "global": true
}

Authorizations

Authorization
string
header
required

Discord bot token

Path Parameters

webhook_id
string<snowflake>
required

Response

204 response for delete_webhook