⑩ 删除素材
DELETE /v1/private-avatar/assets/{id}
概览
| Method | DELETE |
|---|---|
| Path | /v1/private-avatar/assets/{id} |
| Type | http |
| Status | 1 |
| Module | 2102810 |
| Folder | 87318196 |
参数
{ "path": [ { "id": "id#0", "name": "id", "required": true, "enable": true, "description": "AssetId", "type": "string", "schema": { "type": "string", "examples": [ "asset-20260318071009-xxxxx" ] }, "sampleValue": "" } ], "query": [ { "id": "pSTZaSWmQ3", "name": "model", "required": true, "enable": true, "description": "路由模型(必填)", "type": "string", "schema": { "type": "string", "description": "路由选择参数(固定传此值)", "enum": [ "doubao-seedance-2-0-260128", "doubao-seedance-2-0-fast-260128" ], "examples": [ "doubao-seedance-2-0-260128" ] } } ], "cookie": [], "header": [] }
请求体
{ "type": "none", "parameters": [], "required": false, "additionalContentTypes": [], "oasExtensions": "" }
响应
[ { "id": 169657365, "name": "", "code": 200, "contentType": "json", "jsonSchema": { "type": "object", "properties": { "ResponseMetadata": { "type": "object", "properties": { "RequestId": { "type": "string", "examples": [ "20260601191715C9DAA092032F19CEC367" ] }, "Action": { "type": "string", "examples": [ "CreateAssetGroup" ] }, "Version": { "type": "string", "examples": [ "2024-01-01" ] }, "Service": { "type": "string", "examples": [ "ark" ] }, "Region": { "type": "string", "examples": [ "cn-beijing" ] }, "Error": { "type": "object", "properties": { "Code": { "type": "string", "examples": [ "AccessDenied" ] }, "Message": { "type": "string" } }, "x-apifox-orders": [ "Code", "Message" ] } }, "x-apifox-orders": [ "RequestId", "Action", "Version", "Service", "Region", "Error" ] }, "Result": { "type": "object", "properties": {}, "x-apifox-orders": [] } }, "x-apifox-orders": [ "ResponseMetadata", "Result" ] }, "itemSchema": {}, "description": "删除成功", "mediaType": "application/json", "headers": [], "oasExtensions": "" } ]