Skip to main content
DELETE
/
steel
/
session
Release Session
curl --request DELETE \
  --url https://api.ara.so/steel/session \
  --header 'Content-Type: application/json' \
  --data '
{
  "sessionId": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Body

application/json
sessionId
string
required

Response

Successful Response