CleanRoomsService.Client.delete_member(**kwargs)¶Removes the specified member from a collaboration. The removed member is placed in the Removed status and can't interact with the collaboration. The removed member's data is inaccessible to active members of the collaboration.
See also: AWS API Documentation
Request Syntax
response = client.delete_member(
collaborationIdentifier='string',
accountId='string'
)
[REQUIRED]
The unique identifier for the associated collaboration.
[REQUIRED]
The account ID of the member to remove.
dict
Response Syntax
{}
Response Structure
Exceptions
CleanRoomsService.Client.exceptions.ConflictExceptionCleanRoomsService.Client.exceptions.ResourceNotFoundExceptionCleanRoomsService.Client.exceptions.InternalServerExceptionCleanRoomsService.Client.exceptions.ValidationExceptionCleanRoomsService.Client.exceptions.ThrottlingExceptionCleanRoomsService.Client.exceptions.AccessDeniedException