Skip to main content

Delete Session for Tenant ID (v2.0)

DELETE 

/sdwan/v2.0/api/operators/:operator_id/sessions/:session_id

Delete the session for a tenant ID, operator ID, and session ID.

Request

Path Parameters

    operator_id stringrequired

    The operator ID.

    session_id stringrequired

    The session ID.

Responses

Successful Operation

Schema
    client_ip string

    The client IP address.

    disabled boolean

    List the disabled sessions for an operator ID.

    disabled_reason string

    The reason for disabling the sessions.

    expires date

    The expiry date of the session.

    id string

    The ID.

    inactive boolean

    List the inactive sessions.

    inactive_reason string

    The reason for the inactive sessions.

    operator_id string

    The operator ID.

    session_key_c string

    The session key C. Max size = 128.

    type string

    The session type.

    user_agent UserAgent

    The user agent information.

    name string

    The name of the user agent.

Loading...