Aller au contenu principal
Version : Suivant

OpenAIFileDeleted

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

Propriétés

Nom de propriétéTypeDescription
idTextThe ID of the deleted file (e.g., "file-abc123").
deletedBooleanWhether the file was successfully deleted. True if deletion succeeded.
objectTextLe type d'objet, qui est toujours "file".

Example Response

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

Used by

Voir également