require "hellosign-ruby-sdk" HelloSign.configure do |config| # Configure HTTP basic authorization: api_key config.username = "YOUR_API_KEY" # or, configure Bearer (JWT) authorization: oauth2 # config.access_token = "YOUR_ACCESS_TOKEN" end api = HelloSign::ApiAppApi.new client_id = "0dd3b823a682527788c4e40cb7b6f7e9" begin result = api.api_app_delete(client_id) p result rescue HelloSign::ApiError => e puts "Exception when calling HelloSign API: #{e}" end