Usage: vws delete-model-target-dataset [OPTIONS]

  Delete a Model Target dataset.

  See
  https://developer.vuforia.com/library/vuforia-engine/web-api/model-target-web-api/

Options:
  --dataset-uuid TEXT             The UUID of a Model Target dataset, as given
                                  when the dataset was created.  [required]
  --dataset-type [standard|advanced]
                                  The kind of Model Target dataset. Standard and
                                  advanced datasets are separate resources, so a
                                  dataset created as one type is not visible to
                                  requests for the other type.  [default:
                                  standard]
  --client-id TEXT                A Vuforia OAuth2 client ID to use to access
                                  the Model Target Web API.  [env var:
                                  VUFORIA_MODEL_TARGET_CLIENT_ID; required]
  --client-secret TEXT            A Vuforia OAuth2 client secret to use to
                                  access the Model Target Web API.  [env var:
                                  VUFORIA_MODEL_TARGET_CLIENT_SECRET; required]
  --base-vws-url TEXT             The base URL for the VWS API.  [default:
                                  https://vws.vuforia.com]
  --connection-timeout-seconds FLOAT RANGE
                                  The connection timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  --read-timeout-seconds FLOAT RANGE
                                  The read timeout for HTTP requests, in
                                  seconds.  [default: 30; x>=0.05]
  -h, --help                      Show this message and exit.
