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"
}