Method: operations.delete
長時間実行オペレーションを削除します。このメソッドは、クライアントがそのオペレーション結果に関心がなくなったことを表しています。このメソッドではオペレーションはキャンセルされません。このメソッドがサーバーでサポートされていない場合は、google.rpc.Code.UNIMPLEMENTED
を返します。
HTTP リクエスト
DELETE https://adsdatahub.googleapis.com/v1/{name=operations/**}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
削除するオペレーション リソースの名前。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功すると、レスポンスの本文は空になります。
認証スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/adsdatahub
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-27 UTC。
[null,null,["最終更新日 2022-09-27 UTC。"],[[["Deletes a long-running operation, indicating the client is no longer interested in the result but does not cancel the operation itself."],["Uses a `DELETE` HTTP request with the operation name as a path parameter."],["Requires an empty request body and returns an empty response body upon success."],["Needs authorization with the `https://www.googleapis.com/auth/adsdatahub` scope."],["If unsupported by the server, returns a `google.rpc.Code.UNIMPLEMENTED` error."]]],[]]