---
title: "Delete a label document"
method: DELETE
path: "/v1/labels/{label_id}/documents/{document_id}"
tags: ["documents"]
---

# Delete a label document

`DELETE /v1/labels/{label_id}/documents/{document_id}`

Delete a carrier document registered against a label. Documents that have already been sent to the carrier cannot be deleted.

## Response `204`

The document was deleted successfully.

## Other responses

- `404` — The specified resource does not exist.
- `409` — The request conflicts with an existing resource.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

---

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