SNA
エンドポイントリファレンス

セッション削除

エージェントセッション、履歴、runtime chain、保留中の権限要求を削除します。

DELETE
/agent/sessions/{id}

認証

bearerAuth
認証Bearer <token>

In: header

パスパラメータ

id*string

レスポンス本文

application/json

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/agent/sessions/string"
{
  "status": "removed"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}
{
  "status": "error",
  "message": "string",
  "stack": "string"
}