Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AWS マネジメント コンソールの Amazon API Gateway ページで作成済みの API キーを削除できますか? おそらく、「有効」チェックボックスをオン/オフすることしかできないのでしょうか?
公式のaws pythonクライアントを使用すると、次のことができます
aws apigateway delete-api-key --api-key "MyLoOnGGaNDdObScuEddDKeYYy"
API Gateway の API は API キーの削除をサポートしていますが、AWS Web コンソールからそれらを削除する方法がわかりません。チェックEnabledボックスをオフにして無効にすることができます。
Enabled