POST api/User/UserUnbind
解除用户与网关的绑定
Request Information
URI Parameters
None.
Body Parameters
UserUnbindReq| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | string |
None. |
|
| GatewayID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": "sample string 1",
"GatewayID": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Error | string |
None. |
|
| Result | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 1,
"Error": "sample string 2",
"Result": "sample string 3",
"Success": true
}