module Assembly::Actions::Delete::ClassMethods

Public Instance Methods

delete(id, client=Assembly.client) click to toggle source
# File lib/assembly/actions/delete.rb, line 5
def delete(id, client=Assembly.client)
  response = client.delete("#{path}/#{id}")
  true
end