cURL
curl --request POST \ --url https://api.leanrails.com/v1/oauth/revoke \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "token": "<string>" } '
{ "revoked": true }
Documentation IndexFetch the complete documentation index at: https://docs.fluveo.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.fluveo.com/llms.txt
Use this file to discover all available pages before exploring further.
Use your secret API key as the username with an empty password.
Override the API version for this request.
The token to revoke.
Token revoked.
true