DocuSign.Api.Users.user_profile_image_delete_user_profile_image
You're seeing just the function
user_profile_image_delete_user_profile_image
, go back to DocuSign.Api.Users module for more information.
Link to this function
user_profile_image_delete_user_profile_image(connection, account_id, user_id, opts \\ [])
View SourceSpecs
user_profile_image_delete_user_profile_image( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Deletes the user profile image for the specified user. Deletes the user profile image from the specified user's profile. The userId parameter specified in the endpoint must match the authenticated user's user ID and the user must be a member of the specified account.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- user_id (String.t): The user ID of the user being accessed. Generally this is the user ID of the authenticated user, but if the authenticated user is an Admin on the account, this may be another user the Admin user is accessing.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure