DeleteArtifacts
delete
/mftapp/rest/v1/artifacts
delete the specified artifacts from the MDS repository
Request
Query Parameters
- domainName
-
Type:
stringName of the domain to be deleted- sourceName
Type:stringSource name to be deleted- targetName
Type:stringTarget of export to be deleted- transferName
Type:stringName of transfer to be deletedResponse
Supported Media Types- application/json
200 ResponseSuccessfully deleted the artifact500 ResponseBodyRoot Schema : Error information.Type:objectTitle:Error information.- errorCode
-
Type:
stringThe error code that Oracle Managed File Transfer returns. - errorKey
-
Type:
stringThe error key that Oracle Managed File Transfer returns. - errorMessage
-
Type:
stringA message describing the error that Oracle Managed File Transfer returns.
Example application/json
{ "errorCode":"MFT-2404", "errorKey":"MFT_MDS_SOURCE_DELETE_ERROR", "errorMessage":"Error occurred while deleting the source [file_src] from metadata store." }