Devices

Terminate all sessions except the current one

Use this method to terminate all client sessions except the one used to make this request.

DELETE
/api/v2/my/devices

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v2/my/devices"
Empty
{  "error": {    "message": "Unauthorized"  }}
{  "error": {    "message": "Too Many Requests"  }}
{  "error": {    "message": "Service Unavailable"  }}