data delete - PredixDev/predix-mobile-cli GitHub Wiki
Delete documents from Mobile Service.
COMMAND: index-data-delete [options] <file ...>
Examples:
pm data-delete -d [path/to/initial/data.json] -a [path/to/app.json]
pm data-delete -d [path/to/initial/data.json] -p
Options:
-h, --help output usage information
-D, --debug Set logging level to debug (more traces than "verbose")
-v, --verbose Set logging level to verbose.
-d, --data [value] Specifies the data {data.json} file to delete.
-a, --app [value] Specifies the app.json file to consider. It is read to determine the channel which will be removed.
-p, --purge Purge documents from all channels. App definition file will be ignored.
--skip-ssl-validation Ignore TLS certificate validation errors.