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.

Parameters:

  • account_id

    The external account number (int) or account ID Guid.

Returns:

  • (nil)


432
433
434
435
# File 'lib/docusign_esign/api/accounts_api.rb', line 432

def delete()
  delete_with_http_info()
  return nil
end