Method: Propertyware::AccountingApi#delete_gl_account

Defined in:
lib/propertyware/api/accounting_api.rb

#delete_gl_account(gl_account, opts = {}) ⇒ ResponseEntity

Delete a general ledger account (BETA) <p class="betaError">Note: Write access is only available to customers who have opted in to our beta program. Please reach out to support if you’d like to be included.</p> Delete a general ledger account.<br/><br/>Required permission:<br/><span class="permissionBlock">GL ACCOUNTS</span> - Delete

Parameters:

  • gl_account (Integer)

    GL Account ID

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

    the optional parameters

Returns:



430
431
432
433
# File 'lib/propertyware/api/accounting_api.rb', line 430

def (, opts = {})
  data, _status_code, _headers = (, opts)
  data
end