{
"codeList": [
"string"
],
"namespace": "string"
}
curl --location --request DELETE 'https://core.authing.cn/api/v2/policies/batch' \
--header 'Authorization: Bearer token ' \
--header 'x-authing-userpool-id: 61cc2c7bb686e2767125230d' \
--header 'Content-Type: application/json' \
--data-raw '{
"codeList": [
"string"
],
"namespace": "string"
}'
{
"code": 200,
"message": "删除成功"
}