Delete a Database API Gateway Configuration

Learn how to delete the selected Database API Gateway configuration. After deletion, the gateway no longer serves any APIs defined by that configuration, including all pools and API specifications associated with it. This action does not delete the underlying database or Database Tools connections.

    1. In the Database API Gateway Configurations list page, find the configuration that you want to delete. If you need help finding the list page or the configuration, see List Database API Gateway Configurations.

    2. Expand the Actions menu and select Delete to delete the configuration.

  • Use the oci dbtools database-api-gateway-config delete command to delete a Database API Gateway configuration.

    oci dbtools database-api-gateway-config delete --database-api-gateway-config-id <config-ocid>

    For a complete list of parameters and values for CLI commands, see the Command Line Interface (CLI).

  • Use the DeleteDatabaseToolsDatabaseApiGatewayConfig API to delete a Database API Gateway configuration.

    For information about using the API and signing requests, see REST API and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.