টার্গেট প্রপার্টিকে সফট-ডিলিট (যেমন: "ট্র্যাশড") হিসেবে চিহ্নিত করে এবং ফেরত দেয়।
এই API-এর নরম-মুছে দেওয়া বৈশিষ্ট্যগুলি পুনরুদ্ধার করার কোনও পদ্ধতি নেই। যাইহোক, ট্র্যাশ ক্যান UI ব্যবহার করে সেগুলি পুনরুদ্ধার করা যেতে পারে।
মেয়াদ শেষ হওয়ার আগে বৈশিষ্ট্যগুলি পুনরুদ্ধার করা না হলে, সম্পত্তি এবং সমস্ত চাইল্ড রিসোর্স (যেমন: GoogleAdsLinks, স্ট্রীম, AccessBindings) স্থায়ীভাবে মুছে ফেলা হবে। https://support.google.com/analytics/answer/6154772
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["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"]]