Skip to content

Delete database schema

Delete a Database Schema

More examples can be found in the sample collection

DELETE {serverURLRoot}/servers/{serverName}/open-metadata/access-services/data-engine/users/{userId}/database-schemas/

{
    "guid": "databaseGUID",
    "qualifiedName": "(host)=HOST::(database)=MINIMAL::(database_schema)=DB2INST1",
    "externalSourceName": "(organization)=Company::(project)=ExternalDataPlatform"
}
externalSourceName - qualifiedName of the external data engine tool.
guid - optional property describing the unique identifier of the database schema to be deleted qualifiedName - optional property describing the qualifiedName of the database schema to be deleted
Note that you must provide either the qualifiedName, or the guid of the database schema
VoidRespone - void response with status and error message if failing