Delete a container
Delete every memory carrying this container tag in the end user’s
space — retire one workspace’s data (workspace:acme) without
touching the rest.
Idempotent: deleting an absent container succeeds with zero counts.
Authorizations
A scoped Integration key, prefixed cint_. Send as
Authorization: Bearer cint_... on every request. Server-side only.
Legacy personal cmem_... keys remain accepted during migration;
team/org-scoped cmem_... keys are not valid on this API.
Path Parameters
URL-encode reserved characters (e.g. workspace%3Aacme for
workspace:acme).
Free-form grouping label attached at save time (e.g. "profile",
"workspace:acme"). 1-128 characters; must not contain / or
control characters.
1 - 128"workspace:acme"
Query Parameters
Your stable internal user ID. No colon allowed.
1 - 128^[A-Za-z0-9@._-]{1,128}$"u_123"