Reset the entire MFT Metadata repository

delete

/mftapp/rest/v1/applicationMetadata

Request

Query Parameters
Back to Top

Response

Supported Media Types

200 Response

500 Response

Body ()
Root Schema : Error information.
Type: object
Title: Error information.
Show Source
Example Response (application/json)
{
    "errorCode":"MFT-2403",
    "errorKey":"MFT_MDS_RESET_ERROR",
    "errorMessage":"Error occurred while resetting the metadata with preserved user changes true."
}
Back to Top

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
Back to Top