23.7.4 非同期問合せ実行の取消し

DELETE https://localhost:7007/v2/runQueryAsync/<result_id>

非同期問合せの実行を取り消します。

バージョン: v2

リクエスト

リクエスト・ヘッダー

  • Accept: application/json; charset=UTF-8
  • Header: Authorization: Bearer <token>
  • Content-Type: application/json

リクエスト・パスのパラメータ:

  • result_id: PGQL問合せ実行結果id

レスポンス

  • 200 Accepted
  • Content-Type: application/json

cURLの例

curl --location --request DELETE 'https://localhost:7007/v2/runQueryAsync/<result-id>' /
--header 'Authorization: Bearer <token>'