GroupMeGroupFactory DestroyGroup Method CkSoftware GroupMe SDK - Documentation
Destroys the group with the given groupId.

Namespace: CkSoftware.GroupMe.Sdk.Groups
Assembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax

public Task DestroyGroup(
	string groupId
)

Parameters

groupId
Type: System String
The id of the group which should be destroyed.

Return Value

Type: Task
An awaitable task.
Exceptions

ExceptionCondition
ArgumentNullExceptionOccurs if the groupId parameter is null or an empty string.
See Also