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
application/jsonReturns the Message object that was deleted
The response is of type deleteMessageResponse · object.