---
title: "Unenroll Individuals from Deductions"
method: DELETE
path: "/employer/benefits/{benefit_id}/individuals"
tags: ["Deductions"]
---

# Unenroll Individuals from Deductions

`DELETE /employer/benefits/{benefit_id}/individuals`

Unenroll individuals from a deduction or contribution

## Query parameters

- `entity_ids` string[]

## Headers

- `Finch-API-Version` string, date, required
- `Content-Type` string, required

## Request body

- object
  - `individual_ids` string[] — Array of individual_ids to unenroll.

## Response `200`

Successfully enqueued job to unenroll individuals from the benefit

- UnenrollIndividualBenefitResponse
  - `job_id` string, uuid, required

## Other responses

- `404` — Benefit Not Found

## Changes

- **2025-10-27** `0105d239fcaf` — 1 info
  - added the new optional `query` request parameter `entity_ids`
- **2025-04-22** `46640c1b4688` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2025-04-10** `bf858f37d7ab` — 2 breaking, 1 info
  - the response's body type/format changed from `array`/`` to `object`/`` for status `200`
  - removed the success response with the status `207`
  - added the required property `job_id` to the response with the `200` status

[Change history](https://skmtc.dev/finch-api/apis/api-reference/changes/employer/benefits/:benefit_id/individuals/delete.md)

---

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