Method: DocuSign_eSign::AccountsApi#delete
- Defined in:
- lib/docusign_esign/api/accounts_api.rb
#delete(account_id) ⇒ nil
Deletes the specified account. This closes the specified account. You must be an account admin to close your account. Once closed, an account must be reopened by DocuSign.
432 433 434 435 |
# File 'lib/docusign_esign/api/accounts_api.rb', line 432 def delete(account_id) delete_with_http_info(account_id) return nil end |