DELETE /api/v3/place/{placeId}/size/{placeSizeId}

Deletes a place size version with automatic date gap prevention

DeletePlaceSizeV3 Permissions: BuildingsAndOrganizations (Edit)
Use this endpoint to remove a single size record from a place’s size history. The preceding version’s end date is automatically shifted to the deleted record’s end date to prevent gaps.

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
placeSizeId Unique numeric identifier of the place size record to delete integer (int32) Required

Responses

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