Solar Shading Estimator API
Sites

Delete a site

Permanently deletes a site and all associated data. Requires an API key.

DELETE
/sites/{id}

Permanently deletes a site and all associated data. Requires an API key.

x-api-key<token>

API key for write access. Request one from the API administrator.

In: header

Path Parameters

id*string

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/sites/string"
{  "statusCode": 200,  "message": "Site deleted successfully",  "data": null}