Delete Group
DELETE {{baseUrl}}/customers/groups/:group
This Endpoint allows you to delete a customer group by providing the ID of the group you want to delete in the group path parameter.
💡 Note
Group members will be removed automatically from this group only.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}