deleteMessage

Permanently deletes a Message. It cannot be undone.

DELETE/v1/chat/messages/{id}

Authorization

AuthorizationBearerrequired
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Header parameters

x-bot-idstringrequired
Bot id
x-integration-idstring
Integration id
x-integration-aliasstring
Integration alias

Path parameters

idstringrequired
Message id

Response

Returns the Message object that was deleted