Remove integration

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

If you need to disable or remove an integration for an Apigee Edge organization, execute a DELETE request to the Edge management API:

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

This step requires orgadmin permission within the respective Apigee Edge organization to perform the removal of API Hub connector integration.

For OAuth, enter the following in the Key field: Bearer your-token% (For more information, see Get the tokens).

  • Key location: header
  • Parameter name: Authorization
  • Available authentication options: Basic and OAuth

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.