AI-generated Key Takeaways
-
Deletes an existing account link for a specified account using a DELETE request.
-
Requires the
name
path parameter to identify the account link being deleted, formatted asaccounts/{account_id}/accountLinks/{account_link_id}
. -
The request body should be empty, and a successful deletion results in an empty response body.
-
Requires authorization with the
https://www.googleapis.com/auth/travelpartner
scope.
Deletes an account link.
HTTP request
DELETE https://travelpartner.googleapis.com/v3/{name=accounts/*/accountLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the account link being deleted. The format is |
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.