{
"type": "PHONE",
"list": [
"string"
]
}
curl --location --request DELETE 'https://core.authing.cn/api/v2/whitelist' \
--header 'Authorization: Bearer token' \
--header 'x-authing-userpool-id: 61cc2c7bb686e2767125230d' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "PHONE",
"list": [
"string"
]
}'
{
"code": 200,
"message": "删除条件成功",
"data": [
{
"createdAt": "2022-01-06T06:32:33.760Z",
"updatedAt": "2022-01-06T06:32:33.760Z",
"value": "13000000000"
},
{
"createdAt": "2022-01-06T06:32:57.578Z",
"updatedAt": "2022-01-06T06:32:57.578Z",
"value": "13200009090"
}
]
}