

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 取消邀请
<a name="orgs_transfer_billing-cancel-invitation"></a>

登录组织的管理账户后，您可以取消已发送但尚未回复的邀请。

## 取消邀请
<a name="orgs_transfer_billing-cancel-invitations-steps"></a>

**术语和概念**  
以下是 AWS 账单与成本管理 控制台中使用的术语和概念：  
**入站账**单：账单转账允许您管理和支付其他组织的整合账单。
**出站账**单：允许组织外部的账户管理和支付整合账单的账单转账。

**最小权限**  
要取消邀请，您必须具有以下权限  
`organizations:ListHandshakesForOrganization`
`organizations:CancelHandshake`

要取消邀请，请完成以下步骤。

------
#### [  ]

**取消邀请**

1. 登录 AWS 管理控制台 并打开 AWS 账单与成本管理 控制台，网址为[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/)。

1. 在 “**偏好设置和设置”** 的左侧导航栏中，选择**账单转账**。

1. 在**入库账单**选项卡上，选择要取消的邀请。

1. 选择 “**操作**” 下拉菜单，然后选择 “**取消”**。

------
#### [  ]

**取消邀请**  
您还可以使用以下操作之一：
+ AWS CLI: [list-handshakes-for-organization](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-handshakes-for-organization.html)然后[取消握手](https://docs.aws.amazon.com/cli/latest/reference/organizations/cancel-handshake.html)

  1. 运行以下命令查找[握手](https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#invitations-handshakes) ID。

     ```
     $ C:\> aws organizations list-handshakes-for-organization
     ```

  1. 在回复中，记下您要取消的邀请的握手 ID。

  1. 运行以下命令取消邀请：

     ```
     $ C:\> aws organizations cancel-handshake \
         --id examplehandshakeid
     ```
+ AWS SDKs: [list-handshakes-for-organization](https://docs.aws.amazon.com/cli/latest/reference/organizations/API_ListHandshakesForOrganization.html)，然后[取消握手](https://docs.aws.amazon.com/organizations/latest/APIReference/API_CancelHandshake.html)

------

**后续操作**  
如果您取消邀请，则可以随时在 AWS 账单与成本管理 控制台中或使用再次发送邀请。有关更多信息，请参阅[发送邀请](orgs_transfer_billing-send-invitation.md)。