DELETE /api/v3/placeGroup/category/{categoryId}

Deletes a place group category and all groups within it

DeletePlaceCategoryV3 Permissions: BuildingAndMeterGroups (Delete)
Use this endpoint to remove a category and all its contained place groups in a single transaction. Automatic categories cannot be deleted. All groups in the category are removed first to prevent foreign key errors.

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
categoryId Unique numeric identifier of the category to delete integer (int32) Required

Responses

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