cURL
curl --request POST \ --url https://testnet.walletkit.com/users/logout \ --header 'Authorization: Bearer <token>'
{ "error": "<string>", "code": "<string>" }
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>