Delete idle periods for meters

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

meter_idle_periods

Type: array of objects
Required: List of idle periods to be deleted.

content-type

Type: string
Enum: Defaults to application/json

Allowed:
application/json
text/csv

Responses

204 Idle periods are deleted successfully.

401 You are not authorized to perform this operation.

403 You do not have the necessary permissions for this operation.

404 No matching idle period can be found for one of the periods in the array.

409 Multiple occurrences of the same meter are present in the request body.

Updated 11 months ago


Base URL

https://api.staging.leap.energy/v1.1/enrollment/meters/idle_periods

Example Request

curl --request DELETE \
     --url https://api.staging.leap.energy/v1.1/enrollment/meters/idle_periods \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
{}