Removes a resource from the KiProject. This does not delete the file locally or remotely, it is only removed from the KiProject manifest.

data_remove(ki_project, resource_or_identifier)

Arguments

ki_project

a Ki Project obtained from ki_project

resource_or_identifier

KiProjectResource object or a valid identifier (local path, remote URI, name).

Value

KiProjectResource

Note

This can be used in either of the following ways:

ki_project$data_remove(...)
data_remove(ki_project, ...)