Deleting a Data Store

Procedure

To delete an existing data store, run the following:
ihConfigManager_x64.exe DeleteDataStore MyStore [NoConfirm]
Where:
  • MyStore is the name of the data store you want to delete, and
  • NoConfirm allows you delete a data store without a validation message appearing.
    CAUTION: Exercise extreme care in using the NoConfirm option, as it will delete an entire data store without a prompt. This is sometimes helpful in scripting, but it is a dangerous option otherwise.