Skip to main content
delete_resource_group(name=None, options=)[source]

Deletes a resource group.

Parameters

name (str) –

Name of the resource group to be deleted.

options (dict of str to str) –

Optional parameters. Allowed keys are:

  • cascade_delete – If true, delete any existing entities owned by this group. Otherwise this request will return an error of any such entities exist. Allowed values are:

    • true

    • false

    The default value is ‘false’.

The default value is an empty dict ( ).

Returns

A dict with the following entries–

name (str) –

Value of input parameter name.

info (dict of str to str) –

Additional information.