/
/Ory Kratos
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
courier2
frontend34
health2
identity21
  • getList Identities
  • postCreate an Identity
  • patchCreate multiple identities
  • getGet an Identity by its External ID
  • getGet an Identity
  • putUpdate an Identity
  • deleteDelete an Identity
  • patchPatch an Identity
  • deleteDelete a credential for a specific identity
  • getList an Identity's Sessions
  • deleteDelete & Invalidate an Identity's Sessions
  • postCreate a Recovery Code
  • postCreate a Recovery Link
  • getList All Sessions
  • postManage sessions in bulk
  • getGet Session
  • deleteDeactivate a Session
  • patchExtend a Session
  • postCreate a test OIDC login flow
  • getGet all Identity Schemas
  • getGet Identity JSON Schema
version1
    identity

    Deactivate a Session

    Calling this endpoint deactivates the specified session. Session data is not deleted.

    delete/admin/sessions/{id}

    Path parameters

    idstring required

    ID is the session's ID.

    Response

    Empty responses are sent when, for example, resources are deleted. The HTTP status code for empty responses is typically 204.