Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the customer group to delete
Response
No content
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-groups/{customerGroupId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Delete the customer group for the given ID
curl --request DELETE \
--url https://api.mijnklantportaal.nl/v1/customer-groups/{customerGroupId} \
--header 'Authorization: Bearer <token>'This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the customer group to delete
No content