---
title: "Delete an existing enrollment"
method: DELETE
path: "/enrollment-statuses/{patientId}:{packageId}"
tags: ["EnrollmentStatuses"]
---

# Delete an existing enrollment

`DELETE /enrollment-statuses/{patientId}:{packageId}`

This endpoint can be used to hard delete a specific package enrollment status using the enrollment status id. Enrollment status id is a combination of the patient ID and the package ID in the following format "patientId:packageId"

## Path parameters

- `patientId` string, required
- `packageId` string, required

## Response `204`

Successfully delete the package enrollment status.

## Other responses

- `400` — Bad request. This would usually indicate that the there is missing or invalid data in the request.
- `500` — Error condition

---

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