Skip to content

Delete connection

Delete a connection

More examples can be found in the sample collection

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

{
    "guid": "connectionGUID",
    "qualifiedName": "Connection::ftp::localhost",
    "externalSourceName": "(organization)=Company::(project)=ExternalDataPlatform"
}
externalSourceName - qualifiedName of the external data engine tool.
guid - optional property describing the unique identifier of the connection to be deleted qualifiedName - optional property describing the qualifiedName of the connection to be deleted
Note that you must provide either the qualifiedName, or the guid of the connection
VoidRespone - void response with status and error message if failing


Raise an issue or comment below