Release session
Sessions
Release session
Releases the session and destroys its browser. A 404 means the session is already gone and can be treated as success. The response is sent as soon as the release is accepted, so an immediate GET may still briefly show the session.
DELETE
Release session
Authorizations
Every request carries a bearer API key, which looks like ph_live_.... Keep keys server-side, because a key grants full control of your sessions. A missing header returns 401; an invalid or revoked key currently returns 403, so treat the two together as authentication failure.
Path Parameters
Response
Successful Response