Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
Deletes an access binding, removing user or service account access to a Google Analytics 4 property or account.
Requires specifying the access binding's resource name using the format: accounts/{account}/accessBindings/{accessBinding} or properties/{property}/accessBindings/{accessBinding}.
Uses a DELETE request with an empty body and requires analytics.manage.users authorization scope.
Upon successful deletion, the API returns an empty response body, indicating completion.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-14 UTC."],[],["This document outlines how to delete an access binding. The key action is sending a `DELETE` HTTP request to a specified URL, following gRPC Transcoding syntax. The URL contains a required path parameter, `name`, specifying the target access binding using either an account or property format. The request body must be empty. A successful deletion is confirmed by an empty JSON object in the response body. Authorization requires the `analytics.manage.users` OAuth scope.\n"]]