MicroStrategy ONE

Delete Contact Group statement

Deletes a contact group.

Copy
DELETE CONTACTGROUP "contact_group_name";

where:

CONTACTGROUP "contact_group_name" is the name of the contact group to delete, of type string.

Example

Copy
DELETE CONTACTGROUP "Managers";