This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location --request DELETE 'https://mock.apidog.com/m1/543334-0-default/admin/customer-groups//customers/batch' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_ids": [
{
"id": "string"
}
]
}'
{
"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"
}
}
}