DocuSign.Api.AccountBrands.brand_delete_brand
You're seeing just the function
brand_delete_brand
, go back to DocuSign.Api.AccountBrands module for more information.
Specs
brand_delete_brand(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Removes a brand.
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.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure