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.
OAuth Scopes
customers.read
customers.read_write
RESPONSES
status: OK
{"status":202,"success":true,"data":{"message":"The Object has been removed successfully","code":202}}