Amazon API Gateway · Arazzo Workflow
AWS API Gateway Decommission an HTTP API
Version 1.0.0
Confirm an HTTP API, check for published stages, and delete the API when it is safe to remove.
View Spec
View on GitHub
API GatewayCloudRESTHTTPWebSocketServerlessMCPAgentCoreDeveloper PortalArazzoWorkflows
Provider
Workflows
decommission-http-api
Delete an API only when it has no published stages.
Confirms an API, lists its stages, and branches to delete the API when no stages are present.
1
confirmApi
getApi
Confirm the API exists before attempting teardown.
2
listStages
$sourceDescriptions.apiGatewayV2.getStages
List stages to decide whether the API is safe to delete.
3
deleteApi
deleteApi
Delete the API now that no stages remain.