Api / Artifacts

DELETE/v1/artifacts/:aid

Auth: tenant — Status: stable

Tenant-scoped delete. Same semantics as the conversation-scoped variant — memory entries referencing this artifact have their link nullified by trigger.

Request

Path paramTypeDescription
aidintArtifact id.
curl -X DELETE \
  -H "Authorization: Bearer atr_…" \
  http://arbiter.example.com/v1/artifacts/12

Response

200 OK

{ "deleted": true }

Failure modes

StatusWhenBody
401Missing / invalid bearer.{"error": "..."}
404Id doesn't exist or belongs to another tenant.{"error": "artifact not found"}

See also