The content of this page has been automatically translated by AI. If you encounter any problems while reading, you can view the corresponding content in Chinese.

Deleting a Family Member

Last updated: 2025-04-30 15:41:34

1. API Description

api request domain name: iot.cloud.tencent.com/api/exploreropen/tokenapi. This interface (AppDeleteFamilyMember) is used to delete family members by administrators.

2. Input Parameters

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. When locating issues, you need to provide the RequestId for the request.
Action
String
Yes
Common parameter. This interface takes values: AppDeleteFamilyMember.
FamilyId
String
No
The Family ID from which to remove the member.
MemberId
String
Yes
The member ID to be removed.

3. Output Parameter

Name
Type
Description
RequestId
String
Common parameter. Unique request ID is the same as the input parameter. When locating issues, you need to provide the RequestId for the request.

4. Samples

Input Example
POST https://iot.cloud.tencent.com/api/exploreropen/tokenapi HTTP/1.1
content-type: application/json
{
"RequestId": "550e8400-e29b-41d4-a716-446655440000",
"Action": "AppDeleteFamilyMember",
"FamilyId":"f_abcd****abcd",
"MemberId":"12345678",
"AccessToken": "c1******************847e"
}
Output sample: successful
{
"Response": {
"RequestId": "550e8400-e29b-41d4-a716-446655440000"
}
}

5. Error Code

Error Code
Description
InternalError
Internal error.
InvalidParameterValue
Invalid parameter value.
InvalidParameterValue.InvalidAccessToken
The Token is invalid.