Remove integration

You're viewing Apigee Edge documentation.
Go to the Apigee X documentation.
info

This page describes how to remove the Apigee Edge API hub connector integration from your Apigee Edge organization.

To remove the API hub connector integration, you must have the orgadmin role within the Apigee Edge organization.

Use the following command to disable or remove an API hub connector integration:

curl -X DELETE https://api.enterprise.apigee.com/v1/organizations/ORG_NAME uapim/settings \
  -H "Authorization: Bearer OAUTH_TOKEN"

Where:

  • ORG_NAME is the name of your Apigee Edge organization.
  • OAUTH_TOKENis the OAuth token used to authenticate the request. For more information on creating an OAuth token, see Get the tokens.

A successful deletion will return a 200 - Organization marked as deleted successfully. response, indicating that the API hub connector integration for the specified organization has been removed. Edge will cease processing and sending metadata and runtime data to API hub.