OpenAIFileDeleted
The OpenAIFileDeleted class represents the deletion status of a file in the OpenAI API.
Propriétés
| Nom de propriété | Type | Description |
|---|---|---|
id | Text | The ID of the deleted file (e.g., "file-abc123"). |
deleted | Boolean | Whether the file was successfully deleted. True if deletion succeeded. |
object | Text | Le type d'objet, qui est toujours "file". |
Example Response
{
"id": "file-abc123",
"object": "file",
"deleted": true
}