Delete Site Energy

Request

DELETE https://backend.net0.com/v1/sites/{siteId}/energy/{energyId}

This endpoint allows you to delete specific site energy.

curl --location --request DELETE 'https://backend.net0.com/v1/sites/8fd23068-139b-44db-be74-1f8513715e9e/energy/b1b565c2-49e0-404e-90ee-9f3a8a33642e' \
--header 'x-api-key: <API_KEY>'

Field Parameters

AttributeTypeDescriptionIn
siteIdStringThe id of the site.path
energyIdStringThe id of the site energy.path

Response

The response return an HTTP status code of 204 implying that the delete operation was successful.