---
title: "Remove Employees from Total Rewards"
method: DELETE
path: "/api/v1/compensation/total_rewards/employees"
tags: ["Total Rewards", "Public API"]
---

# Remove Employees from Total Rewards

`DELETE /api/v1/compensation/total_rewards/employees`

Remove employees from Total Rewards. Their Total Rewards profiles will be deleted.

OAuth Scopes: total_rewards.write

## Request body

- object
  - `employeeIds` integer[], required — List of internal employee IDs to remove from Total Rewards.

## Response `200`

Employees successfully removed from Total Rewards.

## Other responses

- `400` — Invalid request (e.g. missing or empty employeeIds).
- `403` — The authenticated caller lacks permission to manage Total Rewards employees.
- `500` — Unexpected server error.

---

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