The same operation is available in-stream as the WebSocket
delete_message action, which replies with a deleted frame — see WebSocket → Delete a message. Use whichever fits your client.string
required
Bearer token obtained from the authenticate endpoint.
string
required
Unique identifier of the chat containing the message. The current implementation authorizes against the message’s actual owning chat but does not cross-check this path value, so pass the message’s real
chat_id.string
required
Unique identifier of the message to delete.
404; a message in a chat outside the authenticated member’s scope returns 403.
Response
Returns204 No Content on success — no response body.