Delete Group
Request
Method: POST
URL: /api/deleteGroup
| Field | Type | Required | Note |
|---|---|---|---|
| name | string | yes | Group name, not numeric id |
json
{ "name": "E-commerce" }Response
json
{
"success": true,
"data": {
"id": 3,
"name": "E-commerce",
"count": 0,
"createTime": "2024-01-03T00:00:00Z"
}
}Profiles in the group are typically moved to Ungrouped (client behavior).
