Coba server MCP untuk Google Analytics. Instal dari
GitHub, dan lihat
pengumuman untuk mengetahui detail selengkapnya.
Method: properties.delete
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menandai Properti target sebagai dihapus secara sementara (yaitu: "dihapus") dan menampilkannya.
API ini tidak memiliki metode untuk memulihkan properti yang dihapus permanen. Namun, item tersebut dapat dipulihkan menggunakan UI Tong Sampah.
Jika properti tidak dipulihkan sebelum waktu habis masa berlaku, Properti dan semua resource turunan (misalnya: GoogleAdsLinks, Streams, AccessBindings) akan dihapus secara permanen. https://support.google.com/analytics/answer/6154772
Menampilkan error jika target tidak ditemukan.
Permintaan HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*}
URL menggunakan sintaksis gRPC Transcoding.
Parameter jalur
Parameter |
name |
string
Wajib. Nama Properti yang akan dihapus secara soft. Format: properties/{property_id} Contoh: "properties/1000"
|
Isi permintaan
Isi permintaan harus kosong.
Isi respons
Jika berhasil, isi respons memuat instance Property
.
Cakupan otorisasi
Memerlukan cakupan OAuth berikut:
https://www.googleapis.com/auth/analytics.edit
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-26 UTC."],[[["\u003cp\u003eThis API allows for the soft deletion of a Google Analytics 4 property, essentially moving it to the trash.\u003c/p\u003e\n"],["\u003cp\u003eSoft-deleted properties and their associated resources are permanently deleted after a period; they can be restored before that time via the Trash Can UI.\u003c/p\u003e\n"],["\u003cp\u003eThe API requires a DELETE request with the property ID specified in the path, and an empty request body.\u003c/p\u003e\n"],["\u003cp\u003eUpon successful execution, the API returns the soft-deleted Property object in the response body.\u003c/p\u003e\n"],["\u003cp\u003eTo use this API, you need the \u003ccode\u003ehttps://www.googleapis.com/auth/analytics.edit\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],["This API soft-deletes a specified property identified by its name (e.g., \"properties/1000\") via a `DELETE` HTTP request. The request body must be empty. Upon success, it returns the soft-deleted Property. Soft-deleted properties can be restored through the Trash Can UI but will be permanently purged if not restored before their expiration time. The required authorization scope is `https://www.googleapis.com/auth/analytics.edit`. An error is returned if the property is not found.\n"],null,["# Method: properties.delete\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nMarks target Property as soft-deleted (ie: \"trashed\") and returns it.\n\nThis API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI.\n\nIf the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. \u003chttps://support.google.com/analytics/answer/6154772\u003e\n\nReturns an error if the target is not found.\n\n### HTTP request\n\n`DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the Property to soft-delete. Format: properties/{property_id} Example: \"properties/1000\" |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Property](/analytics/devguides/config/admin/v1/rest/v1alpha/properties#Property).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/analytics.edit`"]]