delete Group
Deletes an existing group associated with current user id asynchronously.
Return
The deleted group.
Parameters
group Id
The ID of the group to delete.
Deletes an existing group associated with current user id asynchronously with a completion callback.
Parameters
group Id
The ID of the group to delete.
completion Callback
The callback function to be invoked when the group is deleted.