MergeHRISClient.Api.DeleteAccount (MergeHRISClient v1.0.0) View Source

API calls for all endpoints tagged DeleteAccount.

Link to this section Summary

Link to this section Functions

Link to this function

delete_account_create(connection, x_account_token, opts \\ [])

View Source

Specs

delete_account_create(Tesla.Env.client(), String.t(), keyword()) ::
  {:ok, nil} | {:error, Tesla.Env.t()}

Delete a linked account.

Parameters

  • connection (MergeHRISClient.Connection): Connection to server
  • x_account_token (String.t): Token identifying the end user.
  • opts (KeywordList): [optional] Optional parameters

    Returns

on success {:error, Tesla.Env.t} on failure