Operation to delete specific artifact based on type and name

delete

/mftapp/rest/v1/artifacts/{artifactType}/{artifactName}

Request

Path Parameters
artifactName
Type: string
Required: true
Name of Artifact
artifactType
Type: string
Required: true
Type of Artifact

Response

Supported Media Types
  • application/json
200 Response
Body
Root Schema : /paths/~1artifacts~1{artifactType}~1{artifactName}/delete/responses/200/schema
500 Response
Body
Root Schema : /paths/~1artifacts~1{artifactType}~1{artifactName}/delete/responses/500/schema
Type: object
Example application/json

{
    "errorCode":"MFT-7415",
    "errorKey":"MFT_UNSUPPORTED_ARTIFACT_TYPE",
    "errorMessage":"Unsupported artifact type found. Artifact type: {TYPE}."
}