---
title: "Remove Artifact From Container Endpoint"
method: POST
path: "/artifacts/{artifact_id}/remove"
tags: ["Artifacts"]
---

# Remove Artifact From Container Endpoint

`POST /artifacts/{artifact_id}/remove`

Detach an artifact from a container without hard-deleting the root.

## Path parameters

- `artifact_id` string, required

## Request body

- RemoveItemRequest — Remove an item (artifact root/current version) from a workspace container.
  - `container_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/agience/apis/agience-platform-api.md) · [All operations](https://skmtc.net/agience/apis/agience-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/agience/agience-platform-api/versions/187bad270c94/schema)
