---
title: "Delete a library image"
method: DELETE
path: "/v1/image-library/{guid}"
tags: ["Image Library"]
---

# Delete a library image

`DELETE /v1/image-library/{guid}`

Remove an image library entry and its backing file. Protected images cannot be deleted. Requires the MANAGE_IMAGE_LIB system access right.

## Path parameters

- `guid` string, uuid, required — Image GUID.

## Response `204`

Image deleted.

## Other responses

- `400` — Invalid GUID.
- `401` — Unauthorized.
- `403` — Insufficient access rights or image is protected.
- `404` — Image not found.
- `500` — Database failure.

---

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