Authorization: ********************x-api-key: ********************x-api-secret: ********************curl --location --request DELETE 'https://api.ticaret.pro/crm/groups//members/' \
--header 'x-account-id;' \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {
"rows": [
{
"id": "string",
"groupId": "string",
"userId": "string",
"user": {
"id": "string",
"email": "string",
"displayName": "string",
"status": "string"
},
"createdAt": "2019-08-24T14:15:22.123Z"
}
]
}
}