---
title: "Remove employees from a company's holiday pay policy"
method: PUT
path: "/v1/companies/{company_uuid}/holiday_pay_policy/remove"
tags: ["Holiday Pay Policies"]
---

# Remove employees from a company's holiday pay policy

`PUT /v1/companies/{company_uuid}/holiday_pay_policy/remove`

Remove employees from a company's holiday pay policy

scope: `holiday_pay_policies:write`

## Path parameters

- `company_uuid` string, required

## Headers

- `X-Gusto-API-Version` '2026-06-15'

## Request body

- object
  - `version` string, required — The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/idempotency) for information on how to use this field.
  - `employees` object[], required — An array of employee objects, each containing an employee_uuid.
    - `uuid` string

## Response `200`

successful

- HolidayPayPolicy — Representation of a Holiday Pay Policy
  - `version` string, required — The current version of the object. See the [versioning guide](https://docs.gusto.com/embedded-payroll/docs/versioning#object-layer) for information on how to use this field.
  - `company_uuid` string, required — A unique identifier for the company owning the holiday pay policy
  - `federal_holidays` object, required — List of the eleven supported federal holidays and their details
    - `new_years_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `mlk_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `presidents_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `memorial_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `juneteenth` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `independence_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `labor_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `columbus_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `veterans_day` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `thanksgiving` object
      - `selected` boolean
      - `name` string
      - `date` string
    - `christmas_day` object
      - `selected` boolean
      - `name` string
      - `date` string
  - `employees` object[], required — List of employee uuids under a holiday pay policy
    - `uuid` string

## Other responses

- `404` — Not Found
- `422` — no policy exists

---

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