Logout Current Session

Logout Current Session

Logs out and terminates the current session identified by credentials supplied using the Authorization header

Request
URI
DELETE
https://{api_host}/cloudapi/1.0.0/sessions/current
COPY
Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/sessions/current