DELETE /api/v3/energyproject/{projectId}

Deletes an energy project and its associated UDF upload files

DeleteEnergyProjectV3 Permissions: FacilityProjects (Delete)
Use this endpoint to permanently remove an energy project. Also deletes any user-defined field file uploads associated with the project. This action cannot be undone. Requires Facility Projects Delete permission.

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Path Parameters

Name Description Type Required
projectId Unique numeric identifier of the energy project to delete integer (int32) Required

Responses

204 No Content The request succeeded. No content is returned in the response body.