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
The ID of the webhook
tokenstring required
The webhook token
The webhook token
The ID of the message
Response
No Content