| 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 |
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.
- In the portal, navigate to your API center.
- Under Assets, select Environments > Integrations (preview).
- 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> \