During the current lapse in appropriations, EPA intends to keep the ENERGY STAR website, tools, and resources available, however they will not be updated regularly. Many services may not be available during this time.
Web Service Documentation / Categories / Meter Services / Delete Offsite Green Power Purchase
Updated on June 30, 2024
This web service deletes a specific offsite Green Power purchase record. The corresponding property must already be shared with you and you must have write access to the property.
25.0
DELETE
/offsiteGreenPowerPurchases/(id)
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
id | Id to the offsite Green Power purchase record |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example deletes a specific offsite Green Power purchase record that has an id of 181.
DELETE /offsiteGreenPowerPurchases/181
The following example shows the result of deleting the offsite Green Power purchase record.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>