メインコンテンツまでスキップ
バージョン: 次へ

OpenAIFileDeleted

The OpenAIFileDeleted class represents the deletion status of a file in the OpenAI API.

プロパティ

プロパティ名説明
idTextThe ID of the deleted file (e.g., "file-abc123").
deletedBooleanWhether the file was successfully deleted. True if deletion succeeded.
objectTextオブジェクトタイプ。常に"file"。

Example Response

{
"id": "file-abc123",
"object": "file",
"deleted": true
}

Used by

参照