Web Service Documentation / Categories / Meter Services / Delete Offsite Green Power Purchase

Delete Offsite Green Power Purchase

Updated on June 30, 2024

Description

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.

Version

24.0

HTTP Method

DELETE

Resource URL

/offsiteGreenPowerPurchases/(id)

Header

Field Name Value Comments
Authorization Basic credentials

Authorization Required

Yes

Parameters

Parameter Name Description
id Id to the offsite Green Power purchase record

XML Schemas

Request/Response Schema Name
Request None
Response response.xsd

Example Request

The following example deletes a specific offsite Green Power purchase record that has an id of 181.

DELETE  /offsiteGreenPowerPurchases/181

Example Response

The following example shows the result of deleting the offsite Green Power purchase record.

<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>
LIVE