Delete a group

Namespace: SynergyClientAPI.ContactsUsersAndGroups
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Shared Function DeleteGroup( _ 
ByVal group_id As EntityID, _ 
Optional ByVal wait As IASyncWait = null _ 
) As OperationResponse
This language is not supported or no code example is available.
public static OperationResponse DeleteGroup( 
EntityID group_id
IASyncWait wait = null 
)
This language is not supported or no code example is available.
public:  
static OperationResponse^ DeleteGroup( 
EntityID^ group_id
IASyncWait^ wait 
)
This language is not supported or no code example is available.
public static function DeleteGroup( 
group_id : EntityID
wait : IASyncWait 
) : OperationResponse;
This language is not supported or no code example is available.

Parameters

group_id
Type: EntityID

the id of the group to delete

wait
Type: IASyncWait

an optional wait class

Return Value

Type: OperationResponse

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1