Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. User Login
  • Back to home
  • v4
  • Games
    • Minecraft
      • Get Minecraft Server
  • Tools
    • Get DNS Information
      GET
    • Get Domain Information
      GET
    • Mail DNS Checker
      GET
    • Validate Email Host
      POST
    • Get Subdomains
      GET
    • Geo IP
      GET
  • User Login
    • Create Secret
      POST
    • Revoke Secret
      DELETE
  • Oauth2
    • Access Token
      POST
    • Read Profile
      GET
  1. User Login

Revoke Secret

DELETE
https://api.ricardoneud.com/v4/user/login
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!

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠403Forbidden
🟠401Unauthorized
🟠400Bad Request
🟠404Record Not Found
🟠429To Many Requests
🔴503Service Unavailable
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.ricardoneud.com/v4/user/login' \
--header 'Content-Type: application/json' \
--data-raw '{
  "emailOrUsername": "your username/email",
  "password": "your password",
  "secret": "UmljYXJkb05ldWQuQXBpQ29ubmVjdC0xYTJiM2M0ZDVlNmY3Zzho"
}'
Response Response Example
200 - Success
{
  "message": "API secret successfully revoked"
}
Modified at 2025-10-23 17:49:25
Previous
Create Secret
Next
Access Token
Built with