---
title: "Delete a specific 'PCN' file for a customer"
method: DELETE
path: "/customers/{customerId}/files/invoice/{pcnId}"
---

# Delete a specific 'PCN' file for a customer

`DELETE /customers/{customerId}/files/invoice/{pcnId}`

## Path parameters

- `customerId` string, required
- `pcnId` string, required

## Response `204`

File deleted successfully

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — PCN file or customer not found
- `500` — Internal server error

---

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