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