Cancel in-flight enrichment runs and remove a column from a list.
runs.cancel(), best-effort — individual failures are swallowed) and deletes the list_columns row. All list_cells / list_company_cells for the column are cascade-deleted.
This is irreversible. Agents should confirm with the human before calling it on a column that contains user data.
404 on the second call. Cancellation of already-completed runs is a no-op.Run cancellation is best-effort. If a background task is in the middle of writing a cell, the cell write may still succeed before the task observes cancellation. Orphan cells are cleaned up by the cascade delete regardless.Before calling this endpoint on user data, either:POST /api/lists/{id}/columns/cleanup-previews instead if you only want to sweep orphan preview columns.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List UUID. Must be owned by the caller.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Column UUID. Must belong to the list at path param id.
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Column deleted. Associated enrichment runs were cancelled (best-effort).
true