Skip to main content
POST
/
api
/
authenticate
/
logout
logout
curl --request POST \
  --url https://api.example.com/api/authenticate/logout \
  --header 'Authorization: Bearer <token>'
{
  "message": "Logout successful"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

trace-id
string
default:{{$string.uuid}}

Response

OK

message
string
Example:

"Logout successful"