Skip to main content
Resets a used (verified) activation code to unused. Request body must include code (required); optional reactivated_by and reason. Reactivation succeeds only when the code is used, not disabled, not expired, and the project is enabled. Use for scenarios such as refunds or rolling back mistaken verification. Response success=true means success; otherwise check error_code (e.g. CODE_ALREADY_UNUSED, CODE_EXPIRED).