Delete artifacts
delete
                    /mftapp/rest/v1/artifacts
Deletes the specified artifacts from the MDS repository.
                Request
Query Parameters
                - 
                        domainName(optional): string
                        
                        Name of the domain to be deleted
 - 
                        sourceName(optional): string
                        
                        Source name to be deleted
 - 
                        targetName(optional): string
                        
                        Target of export to be deleted
 - 
                        transferName(optional): string
                        
                        Name of transfer to be deleted
 
Response
Supported Media Types
                - application/json
 
200 Response
Successfully deleted the artifact
                
                
                500 Response
Root Schema : Error information.
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        Error information.- 
            errorCode(optional): 
            string
            The error code that Oracle Managed File Transfer returns.
 - 
            errorKey(optional): 
            string
            The error key that Oracle Managed File Transfer returns.
 - 
            errorMessage(optional): 
            string
            A message describing the error that Oracle Managed File Transfer returns.
 
Example Response (application/json)
                    {
    "errorCode":"MFT-2404",
    "errorKey":"MFT_MDS_SOURCE_DELETE_ERROR",
    "errorMessage":"Error occurred while deleting the source [file_src] from metadata store."
}
                    
                    Examples
   The following example shows how to delete MFT artifacts by submitting a DELETE request on the REST resource using cURL:
   
 
 curl -i -X DELETE -u <username>:<password> -H "Content-Type: application/json" http://host:port/mftapp/rest/v1/artifacts?transferName=test2