WickrAdminAPI / Client / delete_security_group

delete_security_group

WickrAdminAPI.Client.delete_security_group(**kwargs)

Deletes a security group from a Wickr network. This operation cannot be performed on the default security group.

See also: AWS API Documentation

Request Syntax

response = client.delete_security_group(
    networkId='string',
    groupId='string'
)
Parameters:
  • networkId (string) –

    [REQUIRED]

    The ID of the Wickr network from which the security group will be deleted.

  • groupId (string) –

    [REQUIRED]

    The unique identifier of the security group to delete.

Return type:

dict

Returns:

Response Syntax

{
    'message': 'string',
    'networkId': 'string',
    'groupId': 'string'
}

Response Structure

  • (dict) –

    • message (string) –

      A message indicating the result of the security group deletion operation.

    • networkId (string) –

      The ID of the network from which the security group was deleted.

    • groupId (string) –

      The ID of the security group that was deleted.

Exceptions