Remove Customers from Group
DELETE
/admin/customer-groups/{id}/customers/batch
Customer Groups
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request DELETE '{{BASE_URL}}/admin/customer-groups//customers/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_ids": [
{
"id": "string"
}
]
}'
Response Response Example
200 - Example 1
{
"customer_group": {
"id": "cgrp_01G8ZH853Y6TFXWPG5EYE81X63",
"name": "VIP",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"deleted_at": "2019-08-24T14:15:22Z",
"customers": [
{}
],
"price_lists": [
{}
],
"metadata": {
"car": "white"
}
}
}
Request
Path Params
id
string
required
Body Params application/json