DocuSign.Api.AccountBrands.brands_delete_brands
You're seeing just the function
brands_delete_brands
, go back to DocuSign.Api.AccountBrands module for more information.
Specs
brands_delete_brands(Tesla.Env.client(), String.t(), keyword()) :: {:ok, DocuSign.Model.AccountBrands.t()} | {:error, Tesla.Env.t()}
Deletes one or more brand profiles. Deletes one or more brand profiles from an account. The Account Branding feature (accountSettings properties `canSelfBrandSend` and `canSelfBrandSend`) must be set to true to use this call.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- opts (KeywordList): [optional] Optional parameters
- :brands_request (BrandsRequest):
Returns
} on success {:error, info} on failure