---
title: "Delete new hire packet"
method: DELETE
path: "/api/v1/new-hire-packets/{id}"
tags: ["Onboarding", "Public API"]
---

# Delete new hire packet

`DELETE /api/v1/new-hire-packets/{id}`

Deletes a new hire packet instance by primary key.

OAuth Scopes: onboarding.write

## Path parameters

- `id` integer, required

## Response `204`

No content

## Other responses

- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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