1. API Description
API request domain name:
iot.cloud.tencent.com/api/exploreropen/tokenapi.
This interface (AppExitFamily) is used for members to proactively exit a family.2. Input Parameter
Name | Type | Required | Description |
AccessToken | String | Yes | Common parameter. AccessToken is used for user authentication of a logged-in user. |
RequestId | String | Yes | Common parameter. Unique request ID can be generated manually. It is recommended to use uuid. Locating issues, you need to provide the RequestId for the request. |
Action | String | Yes | Common parameter. This interface takes values: AppExitFamily. |
FamilyId | String | Yes | Family ID to exit. |
3. Output Parameter
Name | Type | Description |
RequestId | String | Common parameter. Unique request ID, same as the input parameter. Locating issues, you need to provide the RequestId for the request. |
4. Example
Input Example
POST https://iot.cloud.tencent.com/api/exploreropen/tokenapi HTTP/1.1content-type: application/json{"RequestId": "550e8400-e29b-41d4-a716-44665*****00","Action": "AppExitFamily","FamilyId":"e0e23a2b33a24652b6**********a1cf","AccessToken": "c1******************847e"}
Output example: success
{"Response": {"RequestId": "550e8400-e29b-41d4-a716-44665*****00"}}
5. Error Code
Error Code | Description |
InternalError | Internal error. |
InvalidParameterValue | Invalid parameter value. |
InvalidParameterValue.InvalidAccessToken | The Token is invalid. |