MINARA

Delete a factor research task

DELETE /v1/factors/tasks/:id — Deletes all campaign rounds belonging to a logical research task. Running rounds must be stopped first.

DELETE /v1/factors/tasks/:id

Deletes all campaign rounds belonging to a logical research task. Running rounds must be stopped first.

MethodDELETE
Path/v1/factors/tasks/:id
AuthAuthorization: Bearer <token> required
Categoryresearch

Response body

{ "deleted": true, "taskId": "campaign_root", "deletedRoundIds": ["campaign_root", "campaign_round_2"] }

On this page