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 64c349f commit 5ea3cbaCopy full SHA for 5ea3cba
SoftLayer/CLI/cdn/delete.py
@@ -15,7 +15,6 @@ def cli(env, unique_id):
15
16
manager = SoftLayer.CDNManager(env.client)
17
18
- # cdn_mapping = manager.get_cdn(unique_id)
19
cdn = manager.delete_cdn(unique_id)
20
21
if cdn:
0 commit comments