Reset the entire MFT Metadata repository
delete
/mftapp/rest/v1/applicationMetadata
Resets the entire MFT Metadata repository.
Request
Query Parameters
-
preserveUserPreferencesFlag: 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:
object
Title:
Show Source
Error information.
-
errorCode:
string
The error code that Oracle Managed File Transfer returns.
-
errorKey:
string
A message describing the error that Oracle Managed File Transfer returns.
-
errorMessage:
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