Is not possible to delete default customer group. Deletion of customer group will not delete customers assigned to this group, but they will be assigned to default customer group.
Security
shoptetAccessToken or shoptetPrivateApiToken
- Mock serverhttps://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers/groups/{id}
- https://api.myshoptet.comhttps://api.myshoptet.com/api/customers/groups/{id}
- shoptetAccessToken
- shoptetPrivateApiToken
curl -i -X DELETE \
https://api.docs.shoptet.com/_mock/shoptet-api/openapi/api/customers/groups/1 \
-H 'Content-Type: application/json' \
-H 'Shoptet-Access-Token: YOUR_API_KEY_HERE'Response
{ "data": {}, "errors": [ { … } ] }