AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the DeleteGroup operation. Deletes a group from WorkMail.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.WorkMail.AmazonWorkMailRequest
      Amazon.WorkMail.Model.DeleteGroupRequest

Namespace: Amazon.WorkMail.Model
Assembly: AWSSDK.WorkMail.dll
Version: 3.x.y.z

Syntax

C#
public class DeleteGroupRequest : AmazonWorkMailRequest
         IAmazonWebServiceRequest

The DeleteGroupRequest type exposes the following members

Constructors

NameDescription
Public Method DeleteGroupRequest()

Properties

NameTypeDescription
Public Property GroupId System.String

Gets and sets the property GroupId.

The identifier of the group to be deleted.

The identifier can be the GroupId, or Groupname. The following identity formats are available:

  • Group ID: 12345678-1234-1234-1234-123456789012 or S-1-1-12-1234567890-123456789-123456789-1234

  • Group name: group

Public Property OrganizationId System.String

Gets and sets the property OrganizationId.

The organization that contains the group.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5