Saltar para o conteúdo principal
Versão: Próximo

OpenAIFileDeleted

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

Propriedades​

Nome da propriedadeTipoDescrição
idTextThe ID of the deleted file (e.g., "file-abc123").
deletedParâmetrosWhether the file was successfully deleted. True if deletion succeeded.
objetoTextThe object type, which is always "file".

Example Response​

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

Used by​

Veja também​