Skip to content

Instantly share code, notes, and snippets.

@emyl
Created October 28, 2013 10:42
Show Gist options
  • Select an option

  • Save emyl/7194755 to your computer and use it in GitHub Desktop.

Select an option

Save emyl/7194755 to your computer and use it in GitHub Desktop.
SoftLayer CCI destroy test
require "softlayer_api"
id = 2841947
sl = SoftLayer::Service.new('SoftLayer_Virtual_Guest',
:api_key => "<my_api_key>",
:username => "<my_username>"
)
sl.object_with_id(id).deleteObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment