The chat/:cid endpoint enables you to delete a chat message via the Chat ID (cid).
Note: You need to have sufficient permissions in the room to access this resource.
chat/:cid
DELETE
cid: ID of the chat message you want to delete
{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}