FileDeletionStatusOutput interface
A status response from a file deletion operation.
Properties
deleted | A value indicating whether deletion was successful. |
id | The ID of the resource specified for deletion. |
object | The object type, which is always 'file'. |
Property Details
deleted
A value indicating whether deletion was successful.
deleted: boolean
Property Value
boolean
id
The ID of the resource specified for deletion.
id: string
Property Value
string
object
The object type, which is always 'file'.
object: "file"
Property Value
"file"