SQL CommandsDDL CommandsShareDROP SHAREOn this pageDROP SHAREDeletes a share. When you delete a share, the organizations added to the share will no longer have access to the database created from the share.SyntaxDROP SHARE [IF EXISTS] <share_name>;ExamplesThe following example deletes a share named myshare:DROP SHARE myshare;