Type Alias DataFileBatchDeleteRequest

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

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

deleteAllBySpace?: BatchDeleteAllBySpaceItem[] | null

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

deleteAllFromPersonalSpace?: boolean | null

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