Sessions

Delete session

Delete a temporary session, permanently invalidating it.

delete/v1/sessions

Parameters

#/paths/~1v1~1api_keys/get/parameters/0 — unresolved $ref

Request body

session_idstring

The unique session identifier.

Prefix is "ses" in production and "sbx_ses" in sandbox.

Example request

{
  "session_id": "ses_2DrDU206kzAhclm1WrZbuwDERRk"
}

Response

OK

Changes