DocuSign.Api.GroupBrands.brands_delete_group_brands
You're seeing just the function
brands_delete_group_brands
, go back to DocuSign.Api.GroupBrands module for more information.
Link to this function
brands_delete_group_brands(connection, account_id, group_id, opts \\ [])
View SourceSpecs
brands_delete_group_brands( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.GroupBrands.t()} | {:error, Tesla.Env.t()}
Deletes brand information from the requested group. Deletes brand information from the requested group.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- group_id (String.t): The ID of the group being accessed.
- opts (KeywordList): [optional] Optional parameters
- :brands_request (BrandsRequest):
Returns
} on success {:error, info} on failure