MicroStrategy ONE

Delete subscription statement

Deletes a subscription, by name, GUID, or schedule and report/document.

Copy
DELETE SUBSCRIPTION SCHEDULE schedule_name 
 USER user_name CONTENT (report_or_document_name IN FOLDER location_name | GUID report_or_document_guid) FROM PROJECT project_name;
Copy
DELETE SUBSCRIPTION GUIDsubscription_GUIDFROM PROJECTproject_name;
Copy
DELETE SUBSCRIPTIONsubscription_name [MANAGE ALL] (USERuser_name| CONTACTcontact_name| OWNERowner_name|  CONTENT (report_or_document_nameIN FOLDERlocation_name | GUID report_or_document_guid)) FROM PROJECTproject_name;

where:

  • subscription_name is the name of the subscription

  • subscription_GUID is thesubscription ID

  • user_name is the name of the user

  • report_or_document_name is thename of the report or document

  • report_or_document_guid is thereport or document ID

  • schedule_name is thename of the schedule

  • location_name is thename of the folder where the report or document resides

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

  • contact_name is the  name of the contact

  • owner_name is the name of the owner