All Products
Search
Document Center

BSS OpenAPI:RelieveAccountRelation

Last Updated:Mar 01, 2024

Terminates a financial relationship between the management account and a member.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RelationTypestringNo

The type of the financial relationship. Set the value to enterprise_group.

enterprise_group
ParentUserIdlongNo

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
ChildUserIdlongNo

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
RequestIdstringYes

The unique ID of the request. The ID is used to mark a request and troubleshoot a problem.

request_id
RelationIdlongNo

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

ParameterTypeDescriptionExample
object
Codestring

The status code returned.

200
Messagestring

The message returned.

Message returned
RequestIdstring

The unique ID of the request.

request_id
Successboolean

Indicates whether the request is successful.

true
Dataobject

The data returned.

HostIdstring

hostid

HostId

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2021-12-14The request parameters of the API has changedsee changesets
Change itemChange content
Input ParametersThe request parameters of the API has changed.
    Added Input Parameters: RelationId