{
"memberID": "string",
"memberType": "PU",
"defaultConfList": [
"string"
]
}
curl --location --request DELETE 'https://192.168.88.32:9781/bvcsp/v1/imgroup/conference/default' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"memberID": "string",
"memberType": "PU",
"defaultConfList": [
"string"
]
}'
{
"code": 0,
"msg": "string"
}