Remove a private channel.
URL | Requires Auth | HTTP Method |
|
|
|
Argument | Example | Required | Description |
|
| Required (if no roomName) | The channel's id |
|
| Required (if no roomId) | The channel's name |
curl -H "X-Auth-Token: 9HqLlyZOugoStsXCUfD_0YdwnNnunAJF8V47U3QHXSq" \-H "X-User-Id: aobEdbYhXfu5hkeqG" \-H "Content-type: application/json" \http://localhost:3000/api/v1/groups.delete \-d '{ "roomName": "channelname" }'
{"success": true}
Version | Description |
0.71.0 | Removed |
0.49.0 | Added |