DELETE api/Account

Request Information

URI Parameters

None.

Body Parameters

DeleteRequest
NameDescriptionTypeAdditional information
Id

integer

None.

TimeKey

Object

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TimeKey": {}
}

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 'DeleteRequest'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}