v1

latestOpenAPI 3.0.32026-07-22194221292.5 KB
images

Unshare a container image

Revokes sharing of a container image with a target workspace. Removes the metadata copy from the target workspace. The source image is not affected.

delete/images/{resourceType}/{imageName}/share/{targetWorkspace}

Response

successful operation

Example response

{
  "metadata": {
    "events": [
      {
        "message": "Deployment successful",
        "revision": "rev-abc123",
        "status": "DEPLOYED",
        "time": "2025-01-15T10:30:00Z",
        "type": "deployment"
      }
    ]
  }
}