{
"policies": [
"string"
],
"targetType": "string",
"targetIdentifiers": [
"string"
],
"namespace": "string"
}
curl --location --request POST 'https://core.authing.cn/api/v2/policies/cancel-assignments' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 59f86b4832eb28071bdd9214' \
--header 'Content-Type: application/json' \
--data-raw '{
"policies": [
"string"
],
"targetType": "string",
"targetIdentifiers": [
"string"
],
"namespace": "string"
}'
{
"code": 200,
"message": "取消授权成功"
}