curl -X DELETE http://localhost:3000/session/session-123 \
-H "Authorization: Bearer $ISOL8_API_KEY"
{ "ok": true }
Stop and remove a persistent session container by ID.
curl -X DELETE http://localhost:3000/session/session-123 \
-H "Authorization: Bearer $ISOL8_API_KEY"
{ "ok": true }
true after delete handling.curl -X DELETE http://localhost:3000/session/session-123 \
-H "Authorization: Bearer $ISOL8_API_KEY"
{ "ok": true }
{ "ok": true } even when the session does not exist.Was this page helpful?