SecurityAgent / Client / delete_membership

delete_membership

SecurityAgent.Client.delete_membership(**kwargs)

Removes a single member associated to an agent space

See also: AWS API Documentation

Request Syntax

response = client.delete_membership(
    applicationId='string',
    agentSpaceId='string',
    membershipId='string',
    memberType='USER'
)
Parameters:
  • applicationId (string) –

    [REQUIRED]

    Application identifier

  • agentSpaceId (string) –

    [REQUIRED]

    Agent space identifier

  • membershipId (string) –

    [REQUIRED]

    Member identifier (userId or agentSpaceId)

  • memberType (string) – Type of member (USER or AGENT_SPACE)

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

    Response structure for removing a single member from an agent space