Operation to delete specific artifact based on type and name

delete

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

Request

Path Parameters

Response

Supported Media Types

200 Response

Body ()
Root Schema : schema

500 Response

Body ()
Root Schema : schema
Type: object
Show Source
Example Response (application/json)
{
    "errorCode":"MFT-7415",
    "errorKey":"MFT_UNSUPPORTED_ARTIFACT_TYPE",
    "errorMessage":"Unsupported artifact type found. Artifact type: {TYPE}."
}