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

Delete a place size version The preceding version's end date will be shifted to the deleted record's end date to prevent any gaps

DeletePlaceSizeV3 Permissions: BuildingsAndOrganizations (Edit)

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 The identifier of the place integer (int32) Required
placeSizeId The identifier of the place size integer (int32) Required

Responses

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