v4 (Latest)
cURL
curl --request DELETE \ --url https://api.ricardoneud.com/v4/user/login \ --header 'Content-Type: application/json' \ --data '{ "emailOrUsername": "your username/email", "password": "your password", "secret": "UmljYXJkb05ldWQuQXBpQ29ubmVjdC0xYTJiM2M0ZDVlNmY3Zzho" }'
200
example
{ "message": "API secret successfully revoked"}
This documentation helps you to revoke a secret key associated with your account, immediately invalidating it and preventing further use with our API.
Don’t share your screen or take screenshots while your password is in the request body!
Was this page helpful?