---
title: "Delete an image from a (charge) site"
method: DELETE
path: "/api/v1/sites/{siteId}/images"
tags: ["Sites"]
---

# Delete an image from a (charge) site

`DELETE /api/v1/sites/{siteId}/images`

Removes the image with the provided public `url` and returns the remaining image URLs. Required scope: `charge-points:delete` </br>Organization authorization: `supported`

## Path parameters

- `siteId` integer, required

## Query parameters

- `url` string, required

## Response `200`

Image deleted, remaining list of image URLs returned

- SiteImages
  - `images` string[], required — Public URLs of the images attached to this site (max 4)

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found
- `422` — The provided url is not an image of this site

---

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