---
title: "Delete an Image"
method: DELETE
path: "/images/{filename}"
tags: ["Images"]
---

# Delete an Image

`DELETE /images/{filename}`

Delete an image file

## Path parameters

- `filename` string, required

## Request body

- object
  - `reseller` string — The reseller or territory the image file applies to.
  - `domain` string — The domain the image file applies to.
  - `server` string — The server the image file applies to.

## Response `202`

- object
  - `code` integer, required
  - `message` string, required

## Other responses

- `400`
- `401`
- `404`
- `x-404-2`

---

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