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

webhook_idstring snowflake required

The ID of the webhook

tokenstring required

The token

message_idstring snowflake required

The ID of the message

Response

No Content

Changes

No recorded changes to this endpoint across all 1 revision of this API.