---
title: "Delete Lien Submission Attachment"
method: DELETE
path: "/lien_submissions/{filing_id}/attachments/{attachment_id}"
tags: ["Lien Filing"]
---

# Delete Lien Submission Attachment

`DELETE /lien_submissions/{filing_id}/attachments/{attachment_id}`

Deletes a specific attachment from a lien filing submission.

This endpoint allows users to delete an attachment associated with a lien filing submission.
The attachment is identified by its unique ID, and the lien filing submission is identified
by its unique filing ID.

## Path parameters

- `filing_id` string, uuid, required — The ID of the lien filing to delete the attachment from.
- `attachment_id` string, uuid, required — The ID of the attachment to delete from the lien filing.

## Response `204`

The lien filing attachment has been successfully deleted.

## Other responses

- `404` — The lien filing document or attachment does not exist.
- `422` — Validation Error

---

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