Browser エンドポイント
ブラウザセッションの削除
アクティブなクラウドブラウザセッションを破棄し、そのリソースを解放します。
DELETE
ブラウザセッションを削除
Documentation Index
Fetch the complete documentation index at: https://student-213fb9fc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
ヘッダー
| ヘッダー | 値 |
|---|---|
Authorization | Bearer <API_KEY> |
Content-Type | application/json |
リクエストボディ
| パラメーター | 型 | 必須 | 説明 |
|---|---|---|---|
id | string | 必須 | 破棄するセッションの ID |
レスポンス
| フィールド | 型 | 説明 |
|---|---|---|
success | boolean | セッションが正常に破棄されたかどうか |
