

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 동작 그래프에서 계정 제거
<a name="member-remove-self-from-graph"></a>

초대를 수락한 후에는 언제든지 동작 그래프에서 계정을 제거할 수 있습니다. 동작 그래프에서 계정을 제거하면 Amazon Detective는 계정에서 동작 그래프로 데이터를 수집하는 것을 중지합니다. 기존 데이터는 동작 그래프에 그대로 남아 있습니다.

초대된 계정만 동작 그래프에서 계정을 제거할 수 있습니다. 조직 계정은 조직 동작 그래프에서 해당 계정을 제거할 수 없습니다.

## 동작 그래프에서 계정 제거(콘솔)
<a name="member-remove-self-console"></a>

 AWS Management Console 를 사용하여 동작 그래프에서 계정을 제거할 수 있습니다.

**동작 그래프에서 계정 제거(콘솔)**

1. [https://console.aws.amazon.com/detective/](https://console.aws.amazon.com/detective/)에서 Amazon Detective 콘솔을 엽니다.

1. Detective 탐색 창에서 **계정 관리**를 선택합니다.

1. **내 관리자 계정**에서 탈퇴하려는 동작 그래프에 대해 **탈퇴**를 선택합니다.

## 동작 그래프에서 계정 제거(Detective API, AWS CLI)
<a name="member-remove-self-api"></a>

Detective API 또는 AWS Command Line Interface 를 사용하여 동작 그래프에서 계정을 제거할 수 있습니다.

**동작 그래프에서 계정을 제거하려면(Detective API, AWS CLI)**
+ **Detective API:** [https://docs.aws.amazon.com/detective/latest/APIReference/API_DisassociateMembership.html](https://docs.aws.amazon.com/detective/latest/APIReference/API_DisassociateMembership.html) 작업을 사용합니다. 그래프 ARN을 지정해야 합니다.
+ **AWS CLI:** 명령줄에서 [https://docs.aws.amazon.com/cli/latest/reference/detective/disassociate-membership.html](https://docs.aws.amazon.com/cli/latest/reference/detective/disassociate-membership.html) 명령을 실행합니다.

  ```
  aws detective disassociate-membership --graph-arn <behavior graph ARN>
  ```

  예제:

  ```
  aws detective disassociate-membership --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234
  ```