Ricardoneud.com
Website
Website
Discord Community
Community Forum
  1. User Login
  • Home
  • Frequently Asked Questions
  • Api
    • User Login
    • Changelog
      • v1
      • v2
      • v3
      • v4
    • v1
      • Clients
        • Licenses
          • Get Licenses
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v2
      • Clients
        • Licenses
          • Get Licenses
      • Games
        • Minecraft
          • Get Minecraft Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get DNS Information
    • v3
      • Games
        • Minecraft
          • Get Minecraft Server
        • Fivem
          • Get Fivem Server
      • Reseller
        • Licenses
          • Check License
          • Generate License
          • Update License
          • Delete License
      • Tools
        • Get Subdomains
        • Mail DNS Checker
        • Get Domain Information
        • Get DNS Information
      • User Login
    • v4
      • Games
        • Minecraft
          • Get Minecraft Server
      • Tools
        • Get DNS Information
        • Get Domain Information
        • Mail DNS Checker
        • Validate Email Host
        • Get Subdomains
        • Geo IP
      • User Login
        • Create Secret
          POST
        • Revoke Secret
          DELETE
    • Oauth2
      • Access Token
        POST
      • Read Profile
        GET
  • Products
    • Next.js Docs Template
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • Game Panels
      • Pterodactyl
        • Eggs
          • Installation
            • Next.js Egg
        • Extensions
          • Installation
            • Pterodactyl Livechat
      • Pelican
        • Eggs
          • Installation
            • Next.js Egg
    • Donate Me
      • Installation
        • VPS Installation
        • Pterodactyl Installation
    • LicenseForge
      • Installation
        • VPS Installation
        • Webhost Installation
    • Billing Portals
      • Paymenter
        • Extensions
          • Discord Linked Roles
            • Installation
            • Setting Up
          • CyberPanel
            • Installation
            • Setting Up
          • NeudAuth
            • Installation
            • Setting Up
      • WHMCS
        • Extensions
          • Installation
            • Ticket Spam Checker
            • Chatwoot Livechat
  • ProbeCore
    • Introduction
    • Self Hosting
      • Installation
        • VPS Installation
        • Pterodactyl Installation
  1. User Login

Revoke Secret

DELETE
https://api.ricardoneud.com/v4/user/login
Maintainer:Ricardoneud.com
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 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"
}

Request

Body Params application/json

Examples

Responses

🟢200Success
application/json
Body

🟠403Forbidden
🟠401Unauthorized
🟠400Bad Request
🟠404Record Not Found
🟠429To Many Requests
🔴503Service Unavailable
Modified at 2025-08-19 13:04:21
Previous
Create Secret
Next
Access Token
Built with