BetaThe globally unique Archive.org identifier for a given item.
Delete item params
OptionalarchiveSession?: IaSessionOptional archiveSession object. If not defined, one will be created internally
OptionalcascadeDelete?: anyDelete all files associated with the specified file, including upstream derivatives and the original.
Optionalconfig?: IaAuthConfigConfiguration
OptionalexcludePattern?: string | string[]Exclude files matching the given glob pattern
Optionalfiles?: string | string[]Only return files matching the given filenames
Optionalformats?: string | string[]Only return files matching the given formats
OptionalglobPattern?: string | string[]Only return files matching the given glob pattern
Optionalheaders?: HttpHeadersOptionalonTheFly?: booleanInclude on-the-fly files (i.e. derivative EPUB)
Optionalretries?: number
Delete files from an item. Note: Some system files, such as
<itemname>_meta.xml, cannot be deleted.