FileDeletionStatus interface

A status response from a file deletion operation.

Extends

Properties

id

The ID of the deleted file.

Inherited Properties

deleted

A value indicating whether deletion was successful.

Property Details

id

The ID of the deleted file.

id: string

Property Value

string

Inherited Property Details

deleted

A value indicating whether deletion was successful.

deleted: boolean

Property Value

boolean

Inherited From DeletionStatus.deleted