Method: properties.delete
ทําเครื่องหมายพร็อพเพอร์ตี้เป้าหมายเป็นลบชั่วคราว (เช่น "ทิ้งแล้ว") และแสดงผล
API นี้ไม่มีเมธอดในการกู้คืนพร็อพเพอร์ตี้ที่ลบแบบไม่ถาวร แต่สามารถกู้คืนได้โดยใช้ UI ถังขยะ
หากไม่กู้คืนพร็อพเพอร์ตี้ก่อนหมดเวลา ระบบจะล้างพร็อพเพอร์ตี้และทรัพยากรย่อยทั้งหมด (เช่น GoogleAdsLinks, Streams, AccessBindings) ออกอย่างถาวร https://support.google.com/analytics/answer/6154772
แสดงข้อผิดพลาดหากไม่พบเป้าหมาย
คำขอ HTTP
DELETE https://analyticsadmin.googleapis.com/v1alpha/{name=properties/*}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
name |
string
ต้องระบุ ชื่อพร็อพเพอร์ตี้ที่จะลบแบบไม่ลบออก รูปแบบ: properties/{property_id} ตัวอย่างเช่น "properties/1000"
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ Property
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/analytics.edit
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-01-14 UTC
[null,null,["อัปเดตล่าสุด 2025-01-14 UTC"],[[["This API allows for the soft deletion of a Google Analytics 4 property, essentially moving it to the trash."],["Soft-deleted properties and their associated resources are permanently deleted after a period; they can be restored before that time via the Trash Can UI."],["The API requires a DELETE request with the property ID specified in the path, and an empty request body."],["Upon successful execution, the API returns the soft-deleted Property object in the response body."],["To use this API, you need the `https://www.googleapis.com/auth/analytics.edit` OAuth scope."]]],["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"]]