Skip to main content

DELETE /v1/relationships/{id}

DELETE 

/v1/relationships/:id

Delete a relationship (SPEC-14 §11.4). cascade (default 'all') selects granularity: 'all' deletes the relationship + its consolidated memory and anonymizes traces (marks it deletion_pending); 'memory_only' keeps the relationship but resets its memory (partial_deletion_pending). Hybrid logical-then-physical model as in the end-user delete.

Request

Responses

Default Response

Response Headers
    X-Request-Id

    ULID stamped on every response and propagated through error envelopes. Use it when filing support tickets — it identifies the exact request in the structured logs (requestId field).

    X-RateLimit-Limit

    Requests-per-second ceiling for the current bucket (per-organization for authenticated calls, per-IP for public ones).

    X-RateLimit-Remaining

    Tokens left in the bucket after this request.

    X-RateLimit-Reset

    ISO-8601 timestamp when the bucket will be fully refilled.