メインコンテンツへスキップ
DELETE
/
datasets
/
{id}
/
files
/
{fileID}
cURL
curl --request DELETE \
  --url https://api.cartesia.ai/datasets/{id}/files/{fileID} \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>'

承認

Authorization
string
header
必須

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

id
string
必須

ID of the dataset containing the file

fileID
string
必須

ID of the file to remove

レスポンス

204 - undefined