Skip to main content

FileDeleted

OpenAI-shaped deletion confirmation.

idstringrequired

The id of the deleted file.

Example: file_8pauo0KQA-g_Bi7LHx5RA
objectstringrequired

Always the literal file.

Constant value: file
deletedbooleanrequired

Always true on success.

Constant value: true
FileDeleted
{
"id": "file_8pauo0KQA-g_Bi7LHx5RA",
"object": "file",
"deleted": true
}