MicroStrategy ONE

Remove Recipient statement

Remove a user, contact, address, or contact group from a subscription.

Copy
REMOVE USER user_name1 [ADDRESS address_name1] [, .. user_nameN [ADDRESS address_nameN]] FROM SUBSCRIPTION ([GUID 
 subscription_GUID | subscription_name [MANAGE ALL]) FOR PROJECT project_name;
Copy
REMOVE CONTACT contact_name1 [ADDRESS address_name1] [, .. CONTACT contactnameN [ADDRESS addressnameN]] FROM SUBSCRIPTION ([GUID subscription_GUID | subscription_name [MANAGE ALL]) FOR PROJECT project_name;
Copy
REMOVE CONTACTGROUP contact_group_name1 [, .. contactgroupnameN] FROM SUBSCRIPTION ([GUID subscription_GUID | subscription_name [MANAGE ALL]) FOR PROJECT project_name;

where:

  • user_name1..N are the names of the users

  • contact_name1..N are the names of the contacts

  • address_name1..N are the names of the addresses

  • contact_group_name is the name of the contact group

  • subscription_GUID is the ID of the subscription

  • subscription_name is the name of the subscription

  • project_name is the name of the project where the report or document resides