管理接口真人认证
删除人像素材
按素材 ID 删除单个人像素材。
按素材 ID 删除单个人像素材。
Authorization
bearerAuth AuthorizationBearer <token>
使用 Authorization Bearer API Key 进行鉴权。
In: header
Path Parameters
asset_id*string
人像素材 ID。
Response Body
application/json
application/json
curl -X DELETE "https://example.com/api/resource-channel/byteplus/visual-validate/assets/asset_123456"{
"success": true,
"message": "string",
"data": null
}{
"error": {
"code": "string",
"message": "string",
"request_id": "string"
}
}