Hard-delete a zombie and cascade its history
Agents
Hard-delete a zombie and cascade its history
Hard-purge a zombie. Removes the core.zombies row and cascades every
per-zombie record across PG schemas (events, telemetry, sessions,
approval gates, integration grants, agent keys, memory entries) plus
best-effort DELs the Redis event stream.
Two-step lifecycle for safety: kill first (PATCH {status:"killed"}),
then delete. Returns 409 if the zombie is not yet killed.
Operator-minimum role required (RULE BIL — destructive lifecycle).
DELETE
Hard-delete a zombie and cascade its history