Google Analytics için MCP sunucusunu deneyin.
GitHub'dan yükleyin ve daha fazla bilgi için
duyuruyu inceleyin.
Method: properties.delete
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Hedef mülkü, geçici olarak silinmiş (ör. "çöp kutusuna taşındı") olarak işaretler ve döndürür.
Bu API'de, yumuşak silinmiş mülkleri geri yükleme yöntemi yoktur. Ancak bu öğeler, Çöp Kutusu kullanıcı arayüzü kullanılarak geri yüklenebilir.
Mülkler, son kullanma tarihinden önce geri yüklenmezse mülk ve tüm alt kaynaklar (ör. GoogleAdsLinks, Streams, AccessBindings) kalıcı olarak temizlenir. https://support.google.com/analytics/answer/6154772
Hedef bulunamazsa hata döndürülür.
HTTP isteği
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
name |
string
Zorunlu. Yumuşak silinecek mülkün adı. Biçim: properties/{property_id} Örnek: "properties/1000"
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Property
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/analytics.edit
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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`"]]