If you want to delete a property in Google Analytics, there are a few different ways to go about it. The first way is to use the Google Analytics interface. To do this, go to the “Admin” page and select “Property” from the menu on the left. Then select the property you want to delete and click on the “Delete Property” button. The second way is to use the Google Analytics API. To do this, first create an account at https://developers.google.com/analytics/devguides/collection/analytics-api/. Then create a project at https://console.developers.google.com/project and add the Google Analytics API as a library project. Next, create an instance of the GA object using the following code: ga(‘create’, ‘UA-XXXXX-Y’, ‘auto’); This will create an object called ga that you can use to access all of Google Analytics’s features. The third way is to use JavaScript code on your website or application. To do this, first include the GoogleAnalytics JavaScript library (https://code.google.com/p/googleanalytics-js/) in your website or application using either CDN or script tag inclusion (for example: ). Then call GA’s deleteProperty() method like so: ga(‘deleteProperty’, {name: ‘my_property’}); ..