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.



442
443
444
445
# File 'lib/docusign_esign/api/accounts_api.rb', line 442

def delete()
  delete_with_http_info()
  return nil
end