The DeleteSetting functon deletes the SettingValue from the database for the given primary key.
Method | /DeleteSettingValue |
The request body is of type DeleteSettingValue.
Name | Description | Data Type |
---|---|---|
settingId | xml:int | |
itemId | xml:int |
The response body is of type DeleteSettingValueResponse.
Name | Description | Data Type |
---|---|---|
DeleteSettingValueResult | xml:boolean |
|