# File lib/fog/workflow/openstack/v2/requests/delete_cron_trigger.rb, line 6 def delete_cron_trigger(name) request( :expects => 204, :method => "DELETE", :path => "cron_triggers/#{URI.encode(name)}" ) end