> ## Documentation Index
> Fetch the complete documentation index at: https://docs.plane.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Cancel a benefit enrollment

> Cancel a worker's enrollment run.

Cancel the worker's run. The enrollment moves to `cancelled`. An enrollment can
be cancelled from `not_started`, `in_progress`, or `submitted`.

### Parameters

<ParamField path="id" type="string" required>
  ID of the benefit enrollment.
</ParamField>

### Returns

Returns the cancelled [Benefit enrollment object](/reference/benefit-enrollments/object).

<ResponseExample>
  ```json Response theme={null}
  {
    "id": "bene_X8pR5sT1vA4o",
    "object": "benefit.enrollment",
    "worker": "wrkr_8oWZpQ2rL4sk",
    "event": "benev_K2mP9qR4xL7s",
    "status": "cancelled",
    "metadata": {},
    "created": "2026-05-29T12:00:00Z",
    "updated": "2026-05-29T12:05:00Z"
  }
  ```
</ResponseExample>
