Webhooks

Delete webhook message

Deletes a message previously sent by the webhook. Only messages authored by the webhook can be deleted. Returns a 204 status code on successful deletion.

delete/webhooks/{webhook_id}/{token}/messages/{message_id}

Path parameters

string snowflake required
OR
integer required

The ID of the webhook

tokenstring required

The webhook token

The webhook token

string snowflake required
OR
integer required

The ID of the message

Response

No Content

Changes