Light Mode
Delete Customer Group
DELETE
/customers/groups/{group}Last modified: 16 days ago
This endpoint allows you to delete a customer group by passing the group
as a path parameter.
:::tip[Note]
Group members will be removed automatically from this group only.
:::
Request
Path Params
group
integer
required
The Customer Group ID. List of Customer Group ID can be found here.
Request samples
Responses
Deleted Successfully(200)
Not Found(404)
Deleted Successfully
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
{
"status": 202,
"success": true,
"data": {
"message": "The Object has been removed successfully",
"code": 202
}
}
Last modified: 16 days ago