1**To resign membership from a behavior graph**
2
3The following `disassociate-membership` example removes the AWS account that runs the command from the behavior graph arn:aws:detective:us-east-1:111122223333:graph:123412341234. ::
4
5    aws detective disassociate-membership \
6         --graph-arn arn:aws:detective:us-east-1:111122223333:graph:123412341234
7
8For more information, see `Removing your account from a behavior graph<https://docs.aws.amazon.com/detective/latest/adminguide/member-remove-self-from-graph.html>`__ in the *Amazon Detective Administration Guide*.