ModelSell Docs
ManagementVisual Verification

删除人像素材组

按 GroupId 删除人像素材组。

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

按 GroupId 删除人像素材组。

Authorization

bearerAuth
AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Path Parameters

group_id*string

人像素材组 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"
  }
}