---
title: "Delete Billing Code"
method: DELETE
path: "/compliance/v2/companies/{companyId}/clientOnboarding/billingCode"
tags: ["Client Onboarding"]
---

# Delete Billing Code

`DELETE /compliance/v2/companies/{companyId}/clientOnboarding/billingCode`

> 🚧 Partner Restricted
> All background check API endpoints are restricted to background check providers that have signed a Paylocity technology partnership agreement. [Please reach out to our team](https://www.paylocity.com/contact/partner-form/) if you would like to discuss partnership opportunities.

**Summary Description**

This is used to delete an already registered billing code, either active or inactive, by companyId and specific billing code for a given client

**Use Cases**

- Partner wants to permanently delete this billing code for a client

V1 endpoint was deprecated to allow for special characters

## Path parameters

- `companyId` string, required

## Query parameters

- `billingCode` string, required

## Headers

- `testMode` boolean
- `Authorization` string, required

## Response `204`

Returns confirmation that billing code has been deleted

## Other responses

- `400` — Bad Request Error - Returns the details of the error
- `401` — Unauthorized
- `404` — Not Found - Billing code has not been found
- `415` — Unsupported Media Type - Returns the details of the 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)
