Method: accounts.accountLinks.delete
Eine Kontoverknüpfung wird gelöscht.
HTTP-Request
DELETE https://travelpartner.googleapis.com/v3/{name=accounts/*/accountLinks/*}
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Ressourcenname der zu löschenden Kontoverknüpfung. Das Format dafür ist accounts/{account_id}/accountLinks/{account_link_id} .
|
Anfragetext
Der Anfragetext muss leer sein.
Antworttext
Wenn der Vorgang erfolgreich ist, ist der Antworttext leer.
Autorisierungsbereiche
Erfordert den folgenden OAuth-Bereich:
https://www.googleapis.com/auth/travelpartner
Weitere Informationen finden Sie unter OAuth 2.0.
Alle Rechte vorbehalten. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2022-08-23 (UTC).
[null,null,["Zuletzt aktualisiert: 2022-08-23 (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."]]],[]]