Delete a customer group. This doesn't delete the customers associated with the customer group.
Request samples
curl --location --request DELETE 'https://api.medusa-commerce.com/admin/customer-groups/'
Responses
application/json {
"id": "string",
"object": "customer_group",
"deleted": true
}
Modified at 2023-10-08 12:50:29