DocuSign.Api.CloudStorageProviders.cloud_storage_delete_cloud_storage_providers
You're seeing just the function
cloud_storage_delete_cloud_storage_providers
, go back to DocuSign.Api.CloudStorageProviders module for more information.
Link to this function
cloud_storage_delete_cloud_storage_providers(connection, account_id, user_id, opts \\ [])
View SourceSpecs
cloud_storage_delete_cloud_storage_providers( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.CloudStorageProviders.t()} | {:error, Tesla.Env.t()}
Deletes the user authentication information for one or more cloud storage providers. Deletes the user authentication information for one or more cloud storage providers. The next time the user tries to access the cloud storage provider, they must pass normal authentication.
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
- :cloud_storage_providers (CloudStorageProviders):
Returns
} on success {:error, info} on failure