---
title: "Delete local tax by tax code"
method: DELETE
path: "/v2/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode}"
tags: ["Local Taxes"]
---

# Delete local tax by tax code

`DELETE /v2/companies/{companyId}/employees/{employeeId}/localTaxes/{taxCode}`

Delete local tax by tax code

## Path parameters

- `companyId` string, required
- `employeeId` string, required
- `taxCode` string, required

## Response `204`

Successfully deleted

## Other responses

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

---

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