---
title: "Delete Earning by Earning Code and Start Date"
method: DELETE
path: "/v2/companies/{companyId}/employees/{employeeId}/earnings/{earningCode}/{startDate}"
tags: ["Earnings"]
---

# Delete Earning by Earning Code and Start Date

`DELETE /v2/companies/{companyId}/employees/{employeeId}/earnings/{earningCode}/{startDate}`

Delete Earning by Earning Code and Start Date

## Path parameters

- `companyId` string, required
- `employeeId` string, required
- `earningCode` string, required
- `startDate` string, required

## Response `204`

Successfully deleted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The employee does not exist, or the specified earningCode-startDate combination does not exist
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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