Skip to main content
Skip table of contents

Kill all sessions for a device

Request

To kill all the sessions for a particular device, send an HTTP PUT request to:

http://<host>:<port>/{frontEndAddress}/{tenantId}/ssm/v1/sessions/killDeviceSessions

Headers

  • nv-authorizations – the service provider authentication token token

Mandatory parameters

  • device – the ID of the device for which to kill the sessions

Example

A request with the following body will kill all sessions for the specified device:

CODE
{
    "device": "5cf0c9b8a4d5370001cb117a"
}

Response

A successful response returns an HTTP 200 status containing the number of sessions killed.

See the API documentation below for the full list of return codes.

See also

For full details of this API, see Kill device sessions.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.