QOps-RemoveFile

Deletes a data file from a Qlik Cloud space, immediately and without a confirmation prompt. Nothing is downloaded first — if you want a copy of the file, take it with QOps-ExportFile before removing it.

Needs Qlik Cloud. Run against a Qlik Sense or QlikView configuration, the command reports that data files are supported only in Qlik Cloud mode and stops without doing anything.

See also QOps-ExportFile for taking a copy before you delete and QOps-ImportFile for putting a file into the space.

Syntax

QOps-RemoveFile -Space [Space] -File [File] [-Profile] [-Verbose]

-Space specifies the Qlik Cloud space holding the data files. Required. The space is found by name; the API key you are configured with has to be a member of it.

-File specifies the data file in the space to delete, an exact name or a wildcard. Required.

-Profile overrides default User Profile with the specified one

-VerboseLog enables full verbose output including complete API response dumps and debug information. By default, QOps now produces concise output summaries.

New in version 3.0.14

Examples

QOps-RemoveFile -Space Sales -File old-customers.qvd


QOps-RemoveFile -Space Sales -File old-*.qvd