소개
지정된 자산을 삭제합니다.요청 주소
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": {}
}
