Delete a Magpie repository entity. All schemas and projects in the repository must be dropped prior to dropping the repository.
Syntax
drop repository [if exists] <repository reference>
Parameters
repository reference
String. Name of the repository to delete.
Options
if exists
Only drop the repository if it exists.
Security
Write permission is required on the repository.