DocuSign.Api.AccountBrands.brand_logo_delete_brand_logo
You're seeing just the function
brand_logo_delete_brand_logo
, go back to DocuSign.Api.AccountBrands module for more information.
Link to this function
brand_logo_delete_brand_logo(connection, account_id, brand_id, logo_type, opts \\ [])
View SourceSpecs
brand_logo_delete_brand_logo( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Delete one branding logo.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- brand_id (String.t): The unique identifier of a brand.
- logo_type (String.t): One of Primary, Secondary or Email.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure