cURL
curl --request POST \ --url https://testnet.walletkit.com/users/logout \ --header 'Authorization: Bearer <token>'
This response has no body data.
Log a user out and clear session cookies (only available in SDKs)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>