Delete artifacts
delete
/mftapp/rest/v1/artifacts
Delete the specified artifacts from the MDS repository.
Request
Query Parameters
-
domainName: string
Name of the domain to be deleted.
-
sourceName: string
Source name to be deleted.
-
targetName: string
Target of export to be deleted.
-
transferName: 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:
object
Title:
Show Source
Error information.
-
errorCode:
string
The error code that Oracle Managed File Transfer returns.
-
errorKey:
string
The error key that Oracle Managed File Transfer returns.
-
errorMessage:
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