DELETE /api/v202604/eui/goals/topmost/{topmostPlaceId}

Deletes all EUI goals at and below the specified topmost place

DeleteEUIGoalsForTopmostV202604 Permissions: BuildingsAndOrganizations (Delete)
Use this endpoint to bulk-remove EUI goals for an entire organizational subtree. Removes the goal on the specified place and all descendant places.

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

Responses

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