AI-generated Key Takeaways
-
Inserts or updates a user deletion request using the
POST
method and the provided endpoint. -
Requires authorization with the
https://www.googleapis.com/auth/analytics.user.deletion
scope. -
The request body should contain a
UserDeletion.userDeletionRequest
resource as detailed in the provided documentation. -
A successful response returns a
UserDeletion.userDeletionRequest
resource in the response body.
Requires authorization
Insert or update a user deletion request.
Request
HTTP request
POST https://www.googleapis.com/analytics/v3/userDeletion/userDeletionRequests:upsert
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/analytics.user.deletion |
Request body
In the request body, supply a UserDeletion.userDeletionRequest resource.
Response
If successful, this method returns a UserDeletion.userDeletionRequest resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response.