v1
latestOpenAPI 3.0.12026-07-243686491.1 MBSites
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
Example response
{
"images": [
"https://cdn.monta.com/charge-point-group-pictures/abc.jpg"
]
}