DELETE api/DefaultValues

Request Information

URI Parameters

None.

Body Parameters

DefaultValue
NameDescriptionTypeAdditional information
category

string

None.

setting

string

None.

value

string

None.

authname

string

None.

authpass

string

None.

username

string

None.

Request Formats

application/json, text/json

Sample:
{
  "category": "sample string 1",
  "setting": "sample string 2",
  "value": "sample string 3",
  "authname": "sample string 4",
  "authpass": "sample string 5",
  "username": "sample string 6"
}

text/html

Sample:
{"category":"sample string 1","setting":"sample string 2","value":"sample string 3","authname":"sample string 4","authpass":"sample string 5","username":"sample string 6"}

application/xml, text/xml

Sample:
<DefaultValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CrapHouseRest.Models">
  <authname>sample string 4</authname>
  <authpass>sample string 5</authpass>
  <category>sample string 1</category>
  <setting>sample string 2</setting>
  <username>sample string 6</username>
  <value>sample string 3</value>
</DefaultValue>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.