Skip to content

Delete processes

Delete a Process, with the associated port implementations and data flows. For each port, it will delete the associated schema type and columns.

Check delete-port-implementation and delete-schema-types for examples of the more granular payloads.

More examples can be found in the sample collection

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

{
    "qualifiedName": "(process)=CopyColumsFlow::(process)=CopyColumns",
    "guid": "processGUID",
    "externalSourceName": "(organization)=Company::(project)=ExternalDataPlatform"
}

externalSourceName - qualifiedName of the external data engine tool.
guid - optional property describing the unique identifier of the process to be deleted qualifiedName - optional property describing the qualifiedName of the process to be deleted
Note that you must provide either the qualifiedName or the guid of the port implementation
VoidRespone - void response with status and error message if failing


Raise an issue or comment below