Delete idle periods for meter
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
meter_id
Type: string
Required: Yes
The unique identifier of the meter.
idle_periods
Type: array of objects
Required: Yes
List of idle periods to be deleted.
Response Codes
204
Idle periods are deleted successfully.
Error Responses
- 400 Meter id is not a valid UUID.
- 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.
Base URL
https://api.staging.leap.energy/v1.1/enrollment/meters/{meter_id}/idle_periods
Example Code
curl --request DELETE \
--url https://api.staging.leap.energy/v1.1/enrollment/meters//idle_periods \
--header 'accept: application/json' \
--header 'content-type: application/json'
{}