Maintainer:Ricardoneud.com
This documentation helps you delete a license by providing the necessary details via headers.
curl --location --request DELETE 'https://api.ricardoneud.com/v2/reseller//delete'
Response Response Example
{
"message": "License deleted successfully"
}
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
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.
Modified at 2025-07-27 12:13:40