Skip to main content

Terminate an existing session

DELETE 

/v2beta/sessions/:sessionId

Terminate your own session or if granted any other session.

Request​

Path Parameters

    sessionId stringrequired

    "id of the session to terminate"

Body

required

    sessionToken string

    "The current token of the session, previously returned on the create / update request. The token is required unless the authenticated user terminates the own session or is granted the session.delete permission."

Responses​

OK

Schema

    details

    object

    sequence uint64

    on read: the sequence of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    changeDate date-time

    on read: the timestamp of the last event reduced by the projection

    on manipulation: the timestamp of the event(s) added by the manipulation

    resourceOwner resource_owner is the organization or instance_id an object belongs to (string)
Loading...