Terminates a financial relationship between the management account and a member.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
RelationType | string | No | The type of the financial relationship. Set the value to enterprise_group. | enterprise_group |
ParentUserId | long | No | The ID of the Alibaba Cloud account that is used as the management account. You must set the RelationId parameter or all of the ParentUserId, ChildUserId, and RelationType parameters. | 1738376485192612 |
ChildUserId | long | No | The ID of the Alibaba Cloud account that is used as the member. You must set the RelationId parameter or all of the ParentUserId, ChildUserId, and RelationType parameters. | 1512996702208737 |
RequestId | string | Yes | The unique ID of the request. The ID is used to mark a request and troubleshoot a problem. | request_id |
RelationId | long | No | The ID of the financial relationship between the management account and the member. You must set the RelationId parameter or all of the ParentUserId, ChildUserId, and RelationType parameters. | RelationId |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "200",
"Message": "Message returned\n",
"RequestId": "request_id",
"Success": true,
"Data": {
"HostId": "HostId"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||||
---|---|---|---|---|---|---|
2021-12-14 | The request parameters of the API has changed | see changesets | ||||
|