---
title: "Remove vendor attachment"
method: DELETE
path: "/vendors/{id}/attachments/{filename}"
tags: ["Vendors"]
---

# Remove vendor attachment

`DELETE /vendors/{id}/attachments/{filename}`

## Path parameters

- `id` integer, required
- `filename` string, required

## Query parameters

- `skipWebhook` boolean

## Response `204`

Successfully removed vendor's attachment.

## Other responses

- `401` — Invalid token
- `404` — Could not find the specified Attachment.

---

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