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": {}
}
]
}Release a Steel cloud browser 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": {}
}
]
}Successful Response
Was this page helpful?