delete_member

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'
)
Parameters
  • collaborationIdentifier (string) --

    [REQUIRED]

    The unique identifier for the associated collaboration.

  • accountId (string) --

    [REQUIRED]

    The account ID of the member to remove.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • CleanRoomsService.Client.exceptions.ConflictException
  • CleanRoomsService.Client.exceptions.ResourceNotFoundException
  • CleanRoomsService.Client.exceptions.InternalServerException
  • CleanRoomsService.Client.exceptions.ValidationException
  • CleanRoomsService.Client.exceptions.ThrottlingException
  • CleanRoomsService.Client.exceptions.AccessDeniedException