Method: TripletexRubyClient::InventorystocktakingApi#delete

Defined in:
lib/tripletex_ruby_client/api/inventorystocktaking_api.rb

#delete(id, opts = {}) ⇒ nil

BETA

Delete stocktaking.

Parameters:

  • id

    Element ID

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:

  • (nil)


27
28
29
30
# File 'lib/tripletex_ruby_client/api/inventorystocktaking_api.rb', line 27

def delete(id, opts = {})
  delete_with_http_info(id, opts)
  nil
end