curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-groups/{customerGroupId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete the customer group for the given ID
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-groups/{customerGroupId} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}