---
title: "Delete file from credit note V3"
method: DELETE
path: "/api/v3/creditNotes/{id}/files/{fileId}"
tags: ["CreditNote"]
---

# Delete file from credit note V3

`DELETE /api/v3/creditNotes/{id}/files/{fileId}`

This endpoint requires the following scopes: `creditNote:update`.

Delete a file attached to a credit note.

## Path parameters

- `id` string, required
- `fileId` string, required

## Response `204`

Resource successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests

---

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