管理接口真人认证与素材管理
删除人像素材组
Authorization
BearerAuth
AuthorizationBearer <token>
API Key (sk-xxxxxx)
In: header
Path Parameters
group_id*string
素材组 ID,可通过「获取真人认证结果并查询 GroupId」接口返回的 group_id 字段获取
⚠️ 重要提示 删除操作不可逆 该操作将永久删除指定的素材组及其内所有关联的素材资产,删除后无法恢复,请谨慎操作。
Response Body
application/json
curl -X DELETE "https://easyrouter.io/api/resource-channel/byteplus/visual-validate/asset-groups/string"{
"success": true,
"message": "",
"data": {
"group_id": "group-20260521163909-kbdhw",
"deleted": true
}
}