---
title: "Unenrol Lead Finder"
method: DELETE
path: "/api/experiments/{key}/lead-finder/enrol"
tags: ["Experiments"]
---

# Unenrol Lead Finder

`DELETE /api/experiments/{key}/lead-finder/enrol`

Close a lead-finder run: drop its assignment rows and its label from
``agent_lead.ab_arms``.

The inverse of the enrol route, and the reason a probe run is safe to make
at all — bookkeeping for one key, meaningless once the run is over, and
actively misleading if left behind (a cohort that looks real). Restricted
to ``lead_finder`` and to a card that is NOT running: closing a live
experiment's cohort out from under its readout is never what anyone meant.

## Path parameters

- `key` string, required

## Headers

- `x-admin-token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/explee/apis/explee-api.md) · [All operations](https://skmtc.dev/explee/apis/explee-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/explee/explee-api/revisions/f169bc6e9447/schema)
