Deleting a Session

DELETE /session/{session_id}

Introduction

Deletes the Session with the specified Session ID.

After deletion, the token or refresh token used in the session cannot be used.

Only the Sessions that correspond to the Token can be deleted.

Request Examples

  • This example shows how to delete Session ID 1000001.
    curl -i -H "Authorization: Bearer g17e4umvwYoHuhkG7yCSee.." -X DELETE "https://192.168.1.1:5665/api/v1/session/1000001"

Parameters

PATH PARAMETERS

session_id

(required)

integer

Session ID.

Responses

If the Job is successfully deleted, the HTTP status code will be 200 (OK).