Delete Group
Call Instructions:
This interface is used to delete groups
This interface is called only by system administrators
Interface Information | |||
---|---|---|---|
Name | Delete group | ||
Address | /rest/tools/1.0/api/group/remove | ||
Method | DELETE | ||
Return Type | Json | ||
Authentication | Basic,token | ||
Parameters | |||
Parameter name | Required | Parameter type | Description |
name | Y | String | group name |
return value format | |||
Field | Type | Description | |
code | int | ||
msg | String | ||
data | String | { |
Example Postman call
Example return value
{
"code": 0,
"msg": "Success",
"data": {
"name": "sales"
}
}