Archive a factor version
POST /v1/factors/library/:id/versions/:version/archive — Prevents new strategies from selecting an approved factor version while preserving historical references.
POST /v1/factors/library/:id/versions/:version/archive
Prevents new strategies from selecting an approved factor version while preserving historical references.
| Method | POST |
| Path | /v1/factors/library/:id/versions/:version/archive |
| Auth | Authorization: Bearer <token> required |
| Category | research |
Request body
{ "reason": "Superseded by version 2" }Response body
{ "factor": { "factorId": "momentum.hourly", "version": 1, "status": "archived" } }