Method: ForemanPatch::Ticket::API#delete

Defined in:
app/services/foreman_patch/ticket/api.rb

#delete(path) ⇒ Object



28
29
30
# File 'app/services/foreman_patch/ticket/api.rb', line 28

def delete(path)
  send_request(:delete, path)
end