AI-generated Key Takeaways
- 
          Invalidates an existing Pickup resource, removing cached versions, if it's subscribed to Google service. 
- 
          Requires the https://www.googleapis.com/auth/mapsbookingOAuth scope for authorization.
- 
          The request is sent as an empty POST request to a specific URL with the resource ID as a path parameter. 
- 
          The response body will be empty upon successful invalidation. 
Invalidates an existing resource.
A request is ignored if the requested resource is not subscribed to Google service.
Supported resource types: - Pickup
HTTP request
POST https://mapsbooking.googleapis.com/v1alpha/invalidation/{resourceId=partners/**}:invalidateResource
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| resource | 
 The name of the resource to be invalidated. For example, for a Pickup resource, name should have the format of  | 
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/mapsbooking