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
Example response
{
"images": [
"https://cdn.monta.com/charge-point-group-pictures/abc.jpg"
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.