We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e7323 commit 3536b06Copy full SHA for 3536b06
apigw.rst
@@ -16,6 +16,13 @@ List of API Gateway IDs and Names
16
f99796943 internal-crm-api
17
ee86b4cde import-data-api
18
19
+Delete API Gateway
20
+------------------
21
+
22
+.. code:: bash
23
24
+ aws apigateway delete-rest-api --rest-api-id ee86b4cde
25
26
List of API Gateway Keys
27
------------------------
28
@@ -63,4 +70,4 @@ Find Function for Specific API Gateway Resource
63
70
64
71
.. code:: ini
65
72
66
- arn:aws:lambda:ap-southeast-1:987654321:function:backend-api-function-5d4daa47fe4a2:live/invocations
73
+ arn:aws:lambda:ap-southeast-1:987654321:function:backend-api-function-5d4daa47fe4a2:live/invocations
0 commit comments