Luxor Documentation Hub Logo
Energy/API Documentation/Sites

Delete site

Deletes an existing site. Cannot delete a site with active AS Schedules, AS Calls, or manual site conditions. Site must have active T_D_Fee and Retail_Fee contracts.

DELETE
/api/v1/energy/sites/{site_id}

Authorization

AuthorizationRequiredBearer <token>

In: header

Path Parameters

site_idRequiredSite Id
Format: "uuid"
curl -X DELETE "https://app.luxor.tech/api/v1/energy/api/v1/energy/sites/497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "Authorization: Bearer <token>"

Site deleted successfully