POST api/Account/Delete

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
login
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Mobile": "sample string 1",
  "Password": "sample string 2",
  "AppVer": "sample string 3",
  "DeviceID": "sample string 4",
  "EnCode": "sample string 5"
}

application/xml, text/xml

Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YouNuo.House.WebApi.Models">
  <AppVer>sample string 3</AppVer>
  <DeviceID>sample string 4</DeviceID>
  <EnCode>sample string 5</EnCode>
  <Mobile>sample string 1</Mobile>
  <Password>sample string 2</Password>
</Login>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Login'.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.