---
title: "Delete Screening Package"
method: DELETE
path: "/compliance/v1/companies/{companyId}/backgroundCheck/screeningPackages/{packageId}"
tags: ["Screening Package"]
---

# Delete Screening Package

`DELETE /compliance/v1/companies/{companyId}/backgroundCheck/screeningPackages/{packageId}`

> 🚧 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**

Deletes screening package

**Use Cases**

- Partner does not want this package to be displayed in the UI for the client

## Path parameters

- `companyId` string, required
- `packageId` string, required

## Headers

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

## Response `200`

Returns the deatils of the delete operation

- DeletePackageResponse — The response of the delete operation.
  - `packageId` string, nullable — The id of the deleted screening package.
  - `status` string, nullable — The status of the delete operation.

## Other responses

- `400` — Bad Request Error - Returns the details of the error
- `401` — Unauthorized
- `404` — 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)
