Delete Store Command

If a file store is no longer required and is not in use, you can delete it with the Delete Store command.

delete store NAME;
  • NAME is the name of the file store to be deleted.

This command searches the list of existing file stores. If the name is found, and business objects have files in the store, the store deletion is stopped with the following message:

Error: #1900068: delete store failed 
Error: #1400005: Object has references

For example, to delete the empty Income Taxes store, enter the following MQL command:

delete store "Income Taxes";

After this command is processed, the store is deleted and you receive an MQL prompt for another command.

The delete will fail if business objects have files in the store.