218 219 220
# File 'lib/deis_client.rb', line 218 def delete_cert(domain) perform :delete_cert, { domain: domain } end