Delete a message
DELETE/v1/chats/{chatID}/messages/{messageID}
Delete a message by final message ID. Pending message IDs are not accepted because messages cannot be deleted while sending.
Path Parameters
Delete a message
curl http://localhost:23373/v1/chats/$CHAT_ID/messages/$MESSAGE_ID \
-X DELETE \
-H "Authorization: Bearer $BEEPER_ACCESS_TOKEN"