Function: deleteGroup()
deleteGroup(
name
,options
?):Promise
<void
>
Delete an application group from the platform.
Parameters
name
string
options?
account
an account to use; if not set, defaults to the getCurrentAccountName | current account
quiet
boolean
if true, does not throw if the group does not exist
Returns
Promise
<void
>
Found a mistake? Let us know.