deleteChannelMessage(messageId, channelId);
Call this method to delete to a Channel Message.
JavaScript
sdk.deleteChannelMessage(messageId, channelId);
deleteChannelMessage(messageId, channelId);​
Properties | Description | Type | Required |
---|---|---|---|
messageId | the id of the message that you want to delete | String | yes |
channelId | the id of the channel in which the message is present | String | yes |
Response​
This method provides no response