Reset the entire MFT Metadata repository
delete
                    /mftapp/rest/v1/applicationMetadata
Request
Query Parameters
                - 
                        preserveUserPreferencesFlag(optional): boolean
                        
                        Flag to specify whether the user preferences should be retained or not.
 
Response
Supported Media Types
                - application/json
 
200 Response
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
            A message describing the error that Oracle Managed File Transfer returns.
 - 
            errorMessage(optional): 
            string
            A message that describes the error that Oracle Managed File Transfer returns
 
Example Response (application/json)
                    {
    "errorCode":"MFT-2403",
    "errorKey":"MFT_MDS_RESET_ERROR",
    "errorMessage":"Error occurred while resetting the metadata with preserved user changes true."
}
                    
                    Examples
The following cURL command shows how to delete the MFT metadata repository by submitting a DELETE request on the REST resource using cURL For more information, see Use cURL.
cURL Command
To download metadata archive
curl -u <username>:<password> -X DELETE -H "Content-Type: multipart/form-data" http://<host>:<port>/mftapp/rest/v1/applicationMetadata