Log out
POST /api/2.0/authentication/logout
Request
Logs out of the current user account.
Headers
- Accept
enum of string
Can be one of:
application/json
,text/json
,text/plain
.
Examples
POST /api/2.0/authentication/logout HTTP/1.1
Accept: application/json
Host: example.com
curl --request POST \
--url https://example.com/api/2.0/authentication/logout \
--header 'Accept: application/json'
Responses
200
Ok