v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sites

Delete an image from a (charge) site

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

delete/api/v1/sites/{siteId}/images

Path parameters

siteIdinteger required

Query parameters

urlstring required

Response

Image deleted, remaining list of image URLs returned

imagesstring[] required

Public URLs of the images attached to this site (max 4)

Example response

{
  "images": [
    "https://cdn.monta.com/charge-point-group-pictures/abc.jpg"
  ]
}