简介
删除指定素材。请求地址
POST
查询参数
string
必填
操作名称,固定为
DeleteAssetstring
必填
版本号,固定为
2024-01-01认证
string
必填
Bearer Token,如
Bearer sk-your_token_key请求参数
string
必填
素材 ID
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST
https://api.gravitex.ai/api/v3/seedance?Action=DeleteAsset&Version=2024-01-01
DeleteAsset2024-01-01Bearer sk-your_token_keycurl -X POST "https://api.gravitex.ai/api/v3/seedance?Action=DeleteAsset&Version=2024-01-01" \
-H "Authorization: Bearer sk-your_token_key" \
-H "Content-Type: application/json" \
-d '{"Id": "asset-20260710-xyz"}'
{
"ResponseMetadata": {"Action": "DeleteAsset"},
"Result": {}
}
