POST account/unbind_third_party

Request Information

URI Parameters

None.

Body Parameters

UnbindThirdPartyViewModel
NameDescriptionTypeAdditional information
device_id

Device

Required

qq

boolean

None.

wechat

boolean

None.

weibo

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "device_id": 1,
  "qq": true,
  "wechat": true,
  "weibo": true
}

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

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}