Skip to content

Delete Group

Request

Method: POST
URL: /api/deleteGroup

FieldTypeRequiredNote
namestringyesGroup 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).