AI-generated Key Takeaways
-
The method inserts or updates a user deletion request.
-
The HTTP request method is POST and the URL is https://www.googleapis.com/analytics/v3/userDeletion/userDeletionRequests:upsert.
-
Authorization is required using the
https://www.googleapis.com/auth/analytics.user.deletion
scope. -
The request body requires a UserDeletion.userDeletionRequest resource.
-
A successful response returns a UserDeletion.userDeletionRequest resource.
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.