Destroys the group with the given groupId.
Namespace: CkSoftware.GroupMe.Sdk.GroupsAssembly: CkSoftware.GroupMe.Sdk.Groups (in CkSoftware.GroupMe.Sdk.Groups.dll) Version: 1.0.1.35398 (1.0.1.0)
Syntax
Parameters
- groupId
- Type: System String
The id of the group which should be destroyed.
Return Value
Type: TaskAn awaitable task.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Occurs if the groupId parameter is null or an empty string. |
See Also