管理接口真人认证与素材管理
删除人像素材
Authorization
BearerAuth
AuthorizationBearer <token>
API Key (sk-xxxxxx)
In: header
Path Parameters
asset_id*string
素材 ID,来自「上传人像素材」接口返回的 id 字段,格式如 asset-20260521164235-zggcb
⚠️ 重要提示 删除操作不可逆 该操作将永久删除指定的素材资产,删除后无法恢复,请谨慎操作。
Response Body
application/json
curl -X DELETE "https://easyrouter.io/api/resource-channel/byteplus/visual-validate/assets/string"{
"success": true,
"message": "",
"data": {
"asset_id": "asset-20260521164235-zggcb",
"deleted": true
}
}