Models Hub
API ReferenceHuman Verification

Delete portrait asset group

Delete a portrait asset group by GroupId.

Edit this page
DELETE
/api/resource-channel/byteplus/visual-validate/asset-groups/{group_id}

Path Parameters

group_id*string

Portrait asset group ID.

Response Body

application/json

application/json

curl -X DELETE "https://example.com/api/resource-channel/byteplus/visual-validate/asset-groups/string"
{
  "success": true,
  "message": "string",
  "data": null
}
{
  "error": {
    "code": "string",
    "message": "string",
    "request_id": "string"
  }
}