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