MergeHRISClient.Api.DeleteAccount (MergeHRISClient v1.0.0) View Source
API calls for all endpoints tagged DeleteAccount
.
Link to this section Summary
Functions
Delete a linked account.
Link to this section Functions
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