Ricardoneud.com
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
DocumentationHelp Center
API Reference
  • Production
  • Sandbox (Coming Soon)
Discord Community
Github
  1. Licenses
  • Back to home
  • v2
  • Clients
    • Licenses
      • Get Licenses
  • Games
    • Minecraft
      • Get Minecraft Server
  • Reseller
    • Licenses
      • Check License
        GET
      • Generate License
        POST
      • Update License
        PUT
      • Delete License
        DELETE
  • Tools
    • Get Subdomains
    • Mail DNS Checker
    • Get DNS Information
  1. Licenses

Delete License

Obsolete
DELETE
https://api.ricardoneud.com/v2/reseller/{license_key}/delete
This documentation helps you delete a license by providing the necessary details via headers.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params

Responses

🟢200Success
application/json

Error Responses:

401 Unauthorized: If the reseller token is invalid or does not match the license.
404 Not Found: If the license does not exist.
500 Internal Server Error: If a database error occurs during the deletion process.

Notes:

The reseller token must match the license's reseller_id to allow deletion.
Ensure the provided license key corresponds to an existing license for deletion.
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.ricardoneud.com/v2/reseller//delete' \
--header 'Authorization: Bearer <token>'
Response Response Example
{
    "message": "License deleted successfully"
}
Modified at 2025-10-23 17:49:25
Previous
Update License
Next
Get Subdomains
Built with