Type Alias DataFileBatchDeleteRequest

type DataFileBatchDeleteRequest = {
    delete: BatchDeleteItem[];
    deleteAllBySpace?: BatchDeleteAllBySpaceItem[];
    deleteAllFromPersonalSpace?: boolean;
}
Index

Properties

delete: BatchDeleteItem[]

If specified, the explicit list of data files to delete.

deleteAllBySpace?: BatchDeleteAllBySpaceItem[]

If specified, attempt to delete all of the data files from the specified shared spaces.

deleteAllFromPersonalSpace?: boolean

If specified, attempt to delete all of the datafiles from ther user's personal space.