---
title: "Deletes a salary entry from the employee's list."
method: DELETE
path: "/people/{id}/salaries/{entry_id}"
tags: ["Employee Tables"]
---

# Deletes a salary entry from the employee's list.

`DELETE /people/{id}/salaries/{entry_id}`

## Path parameters

- `id` string, required
- `entry_id` integer, required

## Response `200`

Entry deleted successfully.

---

[API](https://skmtc.net/hibob/apis/employee-data-api.md) · [All operations](https://skmtc.net/hibob/apis/employee-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hibob/employee-data-api/revisions/0781ebbdda91/schema)
