Package version:

Interface FileDeletionStatus

A status response from a file deletion operation.

interface FileDeletionStatus {
    deleted: boolean;
    id: string;
    object: "file";
}

Properties

Properties

deleted: boolean

A value indicating whether deletion was successful.

id: string

The ID of the resource specified for deletion.

object

The object type, which is always 'file'.