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
430 431 432 433 |
# File 'lib/propertyware/api/accounting_api.rb', line 430 def delete_gl_account(gl_account, opts = {}) data, _status_code, _headers = delete_gl_account_with_http_info(gl_account, opts) data end |