Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 474 Bytes

File metadata and controls

30 lines (19 loc) · 474 Bytes

chat/:cid Endpoint

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.

Endpoint

chat/:cid

Method

DELETE

URL Parameters

cid: ID of the chat message you want to delete

https://plug.dj/_/chat/xxxxxx-xxxxxxxxxxx

Data returned

{
    'data': [],
    'meta': {},
    'status': 'ok',
    'time': 'xx.xxxxxxxxxxx'
}