Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.21 KB

File metadata and controls

39 lines (27 loc) · 1.21 KB
title Include file
description Include file
services api-center
ms.service azure-api-center
ms.topic include
ms.date 01/21/2025
ms.custom Include file

Delete an integration

While an API source is integrated, you can't delete synchronized APIs from your API center. If you need to, you can delete the integration. When you delete an integration:

  • The synchronized APIs in your API center inventory are deleted
  • The environment and deployments associated with the API source are deleted

You can delete an integration using the portal or the Azure CLI.

  1. In the portal, navigate to your API center.
  2. Under Assets, select Environments > Integrations (preview).
  3. Select the integration, and then select Delete (trash can icon).

Run the az apic integration delete (preview) command to delete an integration. Provide the names of the resource group, API center, and integration.

az apic integration delete \
    --resource-group <resource-group-name> \
    --service-name <api-center-name> \
    --integration-name <integration-name> \