{
"targetType": "USER",
"targetIdentifiers": [
"string"
],
"targetNamespace": "string",
"inheritByChildren": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/applications/61df928934f927599a1fa212/authorization/deny' \
--header 'x-authing-userpool-id: 61b95d6c96d42670da568408' \
--header 'Authorization: Bearer sdfsdfsdff' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetType": "USER",
"targetIdentifiers": [
"string"
],
"targetNamespace": "string",
"inheritByChildren": "string"
}'
{
"code": 200,
"message": "拒绝访问成功"
}