DELETE api/demandandcontrol/customers/{custId}/sites/{siteId}/settings
DELETE settings for site
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| siteId |
Asset id for Site |
integer |
Required |
| custId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Updated settings object with threshold and device order
Site| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2"
}
text/html
Sample:
{"Id":1,"Name":"sample string 2"}