---
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

---

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