DELETE /api/v202604/eui/goals/{placeId}

Deletes the EUI goal for a specific place

DeleteEUIGoalV202604 Permissions: BuildingsAndOrganizations (Delete)
Use this endpoint to remove the EUI goal from a single place. To delete goals for an entire subtree, use DELETE /eui/goals/topmost/{topmostPlaceId}.

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
placeId Unique numeric identifier of the place integer (int32) Required

Responses

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