deleteMessage
Permanently deletes a Message. It cannot be undone.
DELETE
/v1/chat/messages/{id}Authorization
AuthorizationBearerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Header parameters
x-bot-idstringrequiredBot id
x-integration-idstringIntegration id
x-integration-aliasstringIntegration alias
Path parameters
idstringrequiredMessage id
Response
Returns the Message object that was deleted