Web Service Documentation / Categories / Property Services / Delete Property PGP
Updated on July 17, 2013
This web service removes the currently assigned power generation plant (PGP) from the specified property. After the call is completed, the property does not have a power generation plant assigned to it. The property must be shared with you.
23.0
DELETE
/property/(propertyId)/pgp
Field Name | Value | Comments |
---|---|---|
Authorization | Basic credentials |
Yes
Parameter Name | Description |
---|---|
propertyId | Id to property |
Request/Response | Schema Name |
---|---|
Request | None |
Response | response.xsd |
The following example removes the currently assigned power generation plants for a property that has an id of 200.
DELETE /property/200/pgp
The following example returns a list of power generation plants for a property that has an id of 200.
<?xml version="1.0" encoding="UTF-8"?>
<response status="Ok"/>