Method: accounts.accountLinks.delete
HTTP request
DELETE https://travelpartner.googleapis.com/v3/{name=accounts/*/accountLinks/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The resource name of the account link being deleted. The format is accounts/{account_id}/accountLinks/{account_link_id} .
|
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/travelpartner
For more information, see the OAuth 2.0 Overview.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["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 as `accounts/{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."]]],[]]