Delete UserGroup
POST/deleteUserGroup
This API delete usergroup in SSM.
The Authorization must have Bearer followed by Token.
Mandatory params:
username,
usergroup
Request
Path Parameters
path stringrequired
- application/json
Body
usergroup string
username string
Responses
- 200
Delete UserGroup
Response Headers
- Date - string 
- Server - string 
- Set-Cookie - string 
- Transfer-Encoding - string 
- X-Content-Type-Options - string 
- X-Frame-Options - string 
- application/json
- Schema
- Example (from schema)
- Delete UserGroup
Schema
errorCode string
msg string
{
  "errorCode": "0",
  "msg": "Success"
}
{
  "errorCode": "0",
  "msg": "Success"
}
Loading...