Delete a group
DELETEhttps://discourse.example.com/admin/groups/:id.json
Delete a group
Request
Path Parameters
id integerrequired
Responses
- 200
response
- application/json
- Schema
- Example (from schema)
Schema
success stringrequired
{
"success": "OK"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET 'https://discourse.example.com' \
-H 'Accept: application/json'