Skip to main content
← Back to changelog page

2023-06-13 — New endpoint to uninstall an integration programatically

Adds the Uninstall Integration endpoint to the Shops API. This endpoint allows an API consumer (typically an integration developer) to uninstall an integration for a shop by using the same token issued during its installation.

Integration developers can now better manage the lifecycle of their integration upon install. For example, if certain setup calls to Bold APIs fail after installation, the developer can simply uninstall the integration and show an error message rather than seemingly install successfully.

Read more about integrations on the Public Integrations page.