

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

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

當您登入組織的管理帳戶時，您可以取消傳送尚未回應的邀請。

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

**術語和概念**  
以下是 AWS 帳單與成本管理 主控台中使用的術語和概念：  
**傳入帳單**：帳單轉移可讓您管理和支付另一個組織的合併帳單。
**傳出帳單**：帳單轉移，允許組織外部的帳戶管理和支付合併帳單。

**最低許可**  
若要取消邀請，您必須具有下列許可  
`organizations:ListHandshakesForOrganization`
`organizations:CancelHandshake`

若要取消邀請，請完成下列步驟。

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

**若要取消邀請**

1. 登入 AWS 管理主控台 ，並在 https：//[https://console.aws.amazon.com/costmanagement/](https://console.aws.amazon.com/costmanagement/) 開啟 AWS 帳單與成本管理 主控台。

1. 在**偏好設定和設定的**左側導覽上，選擇**帳單轉移**。

1. 在**傳入帳單**索引標籤上，選取您要取消的邀請。

1. 選擇**動作**下拉式功能表，然後選擇**取消**。

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

**若要取消邀請**  
您可以使用下列其中一個操作：
+ AWS CLI：[list-handshakes-for-organization](https://docs.aws.amazon.com/cli/latest/reference/organizations/list-handshakes-for-organization.html) 和 [cancel-handshake](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) 和 [cancel-handshake](https://docs.aws.amazon.com/organizations/latest/APIReference/API_CancelHandshake.html)

------

**後續作業**  
如果您取消邀請，您可以隨時在 AWS 帳單與成本管理 主控台或使用 傳送另一個邀請。如需詳細資訊，請參閱[傳送邀請](orgs_transfer_billing-send-invitation.md)。