Models Hub
API ReferenceHuman Verification

Delete portrait asset

Delete a single portrait asset by asset ID.

Edit this page
DELETE
/api/resource-channel/byteplus/visual-validate/assets/{asset_id}

Path Parameters

asset_id*string

Portrait asset 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"
  }
}