SQL CommandsDDL CommandsShare EndpointDROP SHARE ENDPOINTOn this pageDROP SHARE ENDPOINTDeletes a share endpoint.SyntaxDROP SHARE ENDPOINT [IF NOT EXISTS] <share_endpoint_name>ExamplesThe following example drops a share endpoint named "to_share":DROP SHARE ENDPOINT to_share;