Delete Customer 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. :::

customers.read_write- Customers Read & Write

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"message":"\u003cstring\u003e","code":"\u003cnumber\u003e"}}