func-api-appconfig-delete
Description
Removes the AppConfig application for an individual Lambda function, reverting it to the default WARNING log level. This route is handled by the func-api-appconfig-patch Lambda function.
The delete operation:
- Returns
404 Not Foundif the function has never been configured. - Returns
409 Conflictif a deployment is currently in progress. - Deletes all hosted configuration versions, then the configuration profile, environment, and application in order.
Super user access is required.
Invocation
Invoked by API Gateway on an HTTP DELETE /appconfig/{function_name} request. The request is routed to the func-api-appconfig-patch Lambda function.
Sequence Diagram
API Endpoints
| Method | Path | Description |
|---|---|---|
DELETE | /appconfig/{function_name} | Remove the AppConfig application; revert to default WARNING |
See the API Reference for full schema documentation.
Deployment
See the deployment workflow documentation for workflow steps, infrastructure dependencies, and failure scenarios.