-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to Unregister an Application for a Specific Region and Domain? #261
Comments
Ive done this before by changing the partner domain of the old application to something else, which made my actual domain avaliable to register by the new application. But this was back in Feburary, so hopefully it still works. |
I tried this and I managed to register my new application on region https://fleet-api.prd.na.vn.cloud.tesla.com/. {"response":null,"error":"Validation failed: Csr public key does not match the com.tesla.3p.public-key.pem","error_description":"","txid":"20c40ff04bb6c3fa6776590c0dca991f"} @patrickdemers6 |
Did you change the old applicaiton registration on both NA and EU? Rememeber you have to do everything twice, once on each region. |
What I want to do:
Steps taken so far:
Hopefully this clarifies the steps I have taken and what issues I'm encountering. |
It does, you haven't changed app 2 domain in the EU. |
I registered Application 2 to EU too and then tried to register Application 1 to NA (succcess) & EU (failure) using the new Public EC key. {"response":null,"error":"Validation failed: Csr public key does not match the com.tesla.3p.public-key.pem","error_description":"","txid":"fb376e1e6b8b78bd20b8e65626dc0fb7"} |
Could you solve the problem? We have same issue. |
@caglarsu No, I haven't solved the problem yet. Let me know if you find a way. |
I’m looking for a way to remove the registration of an application tied to a specific domain and region.
Example URL:
curl -H "Authorization: Bearer $TESLA_AUTH_TOKEN"
-i https://fleet-api.prd.na.vn.cloud.tesla.com/api/1/partner_accounts/public_key?domain=MY_DOMAIN_URL
The goal is to re-register MY_DOMAIN_URL for a new application. Despite reaching out to [email protected] multiple times over the past few months, I have not received a response.
Has anyone managed to remove an application or un-register it from a domain?
The text was updated successfully, but these errors were encountered: