商品子款式删除子款式版本:202607删除子款式 DELETE /openapi/2026-07/products/:product_id/variants/:variant_id 通过子款式 ID 删除指定子款式。 请求 Path参数product_id string必填子款式所属的商品 IDvariant_id string必填待删除的子款式 ID 响应200OKapplication/json数据结构示例数据结构codestring错误码messagestring错误信息data objectobject{ "code": "string", "message": "string", "data": {}}