Is there a way to uninstall BigCommerce app for app owner?ClientID Credentials for BigcommerceBigcommerce API 404 error on previously working stores with SingleClick AppBigCommerce App Flow - BC to my service and vise versaHow do I initiate App install for Bigcommerce?Bigcommerce app submission - user flow requirementsHow to delete webhooks on uninstallCan I share a Draft App with a Bigcommerce User?Initiating Oauth process in BigCommerceWhile using the public app on the Bigcommerce, is the app uses the merchant specific OAuth token and store-hash for making store specific API calls?BigCommerce - Hello World App - Callback URLs
Why isn't UDP with reliability (implemented at Application layer) a substitute of TCP?
A quine of sorts
Installed software from source, how to say yum not to install it from package?
Can I take Amul cottage cheese from India to Netherlands?
Having to constantly redo everything because I don't know how to do it
Can US Supreme Court justices / judges be "rotated" out against their will?
Did the Russian Empire have a claim to Sweden? Was there ever a time where they could have pursued it?
Is it advisable to inform the CEO about his brother accessing his office?
Early 2000s movie about time travel, protagonist travels back to save girlfriend, then into multiple points in future
Two palindromes are not enough
English idiomatic equivalents of 能骗就骗 (if you can cheat, then cheat)
Should Catholics in a state of grace call themselves sinners?
What happens if a caster is surprised while casting a spell with a long casting time?
Why do some PCBs have exposed plated perimeters?
Checkmate in 1 on a Tangled Board
I agreed to cancel a long-planned vacation (with travel costs) due to project deadlines, but now the timeline has all changed again
The alcoholic village festival
How does the 'five minute adventuring day' affect class balance?
How useful would a hydroelectric power plant be in the post-apocalypse world?
What is the meaning of 'shout over' in a sentence exactly?
Fully submerged water bath for stove top baking?
How soon after takeoff can you recline your airplane seat?
Calculus, water poured into a cone: Why is the derivative non-linear?
Avoiding repetition when using the "snprintf idiom" to write text
Is there a way to uninstall BigCommerce app for app owner?
ClientID Credentials for BigcommerceBigcommerce API 404 error on previously working stores with SingleClick AppBigCommerce App Flow - BC to my service and vise versaHow do I initiate App install for Bigcommerce?Bigcommerce app submission - user flow requirementsHow to delete webhooks on uninstallCan I share a Draft App with a Bigcommerce User?Initiating Oauth process in BigCommerceWhile using the public app on the Bigcommerce, is the app uses the merchant specific OAuth token and store-hash for making store specific API calls?BigCommerce - Hello World App - Callback URLs
I'm setting up two BC applications and here's a scenario when I need to remove one of them from users store. Is there a way for app owner to initiate uninstall process?
In docs I saw only user-initiated uninstall
bigcommerce
add a comment |
I'm setting up two BC applications and here's a scenario when I need to remove one of them from users store. Is there a way for app owner to initiate uninstall process?
In docs I saw only user-initiated uninstall
bigcommerce
add a comment |
I'm setting up two BC applications and here's a scenario when I need to remove one of them from users store. Is there a way for app owner to initiate uninstall process?
In docs I saw only user-initiated uninstall
bigcommerce
I'm setting up two BC applications and here's a scenario when I need to remove one of them from users store. Is there a way for app owner to initiate uninstall process?
In docs I saw only user-initiated uninstall
bigcommerce
bigcommerce
asked Mar 25 at 15:47
Irina M.Irina M.
112 bronze badges
112 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
There isn't really a method for an app to be "force uninstalled" from the app creator's end apart from invalidating the token by essentially deleting the app. We can definitely take that as a feature request, though. If you're able to share any additional details about your scenario for needing to uninstall an app from your end, that would be helpful context for our team.
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341599%2fis-there-a-way-to-uninstall-bigcommerce-app-for-app-owner%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There isn't really a method for an app to be "force uninstalled" from the app creator's end apart from invalidating the token by essentially deleting the app. We can definitely take that as a feature request, though. If you're able to share any additional details about your scenario for needing to uninstall an app from your end, that would be helpful context for our team.
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
add a comment |
There isn't really a method for an app to be "force uninstalled" from the app creator's end apart from invalidating the token by essentially deleting the app. We can definitely take that as a feature request, though. If you're able to share any additional details about your scenario for needing to uninstall an app from your end, that would be helpful context for our team.
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
add a comment |
There isn't really a method for an app to be "force uninstalled" from the app creator's end apart from invalidating the token by essentially deleting the app. We can definitely take that as a feature request, though. If you're able to share any additional details about your scenario for needing to uninstall an app from your end, that would be helpful context for our team.
There isn't really a method for an app to be "force uninstalled" from the app creator's end apart from invalidating the token by essentially deleting the app. We can definitely take that as a feature request, though. If you're able to share any additional details about your scenario for needing to uninstall an app from your end, that would be helpful context for our team.
answered Mar 25 at 20:26
Karen WhiteKaren White
1,7681 gold badge4 silver badges11 bronze badges
1,7681 gold badge4 silver badges11 bronze badges
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
add a comment |
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
Hello Karen. Generally we'll have two applications: one with limited functionality, second will repeat that functionality and some additional. Why I want to implement those limits with two applications: second will require bigger set of scopes and I don't want to ask user for scopes he doesn't need. So at the point user has first (limited) application installed and installs second app I'm going to uninstall limited one for user to keep it clean and make user interact only with extended application.
– Irina M.
Mar 26 at 9:42
add a comment |
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55341599%2fis-there-a-way-to-uninstall-bigcommerce-app-for-app-owner%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown