Turn Off Chat
<button style={{ marginBottom: "10px" }} class="button button--outline button--active button--primary"> Post
https://api.deadsimplechat.com/consumer/api/v1/chatRoom/:roomId/off
Turn Off Chat
This endpoint lets you turn off chat room. The chat room will be dynamically turned-off without needing the users to refresh the page, and a "Chat Off Message" will be displayed.
| Turn Off Chat | description | |
|---|---|---|
| Parameters | ||
| roomId | string | roomID of the chatRoom |
| Query | ||
| auth | string | Your account private key |
Responses
200
JSON
{
success: true
}
400
JSON
{
"message": "invalid accessToken"
}