Invoicing / Client / delete_invoice_unit
delete_invoice_unit#
- Invoicing.Client.delete_invoice_unit(**kwargs)#
- This deletes an invoice unit with the provided invoice unit ARN. - See also: AWS API Documentation - Request Syntax- response = client.delete_invoice_unit( InvoiceUnitArn='string' ) - Parameters:
- InvoiceUnitArn (string) – - [REQUIRED] - The ARN to identify an invoice unit. This information can’t be modified or deleted. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'InvoiceUnitArn': 'string' } - Response Structure- (dict) – - InvoiceUnitArn (string) – - The ARN to identify an invoice unit. This information can’t be modified or deleted. 
 
 
 - Exceptions- Invoicing.Client.exceptions.ThrottlingException
- Invoicing.Client.exceptions.InternalServerException
- Invoicing.Client.exceptions.AccessDeniedException
- Invoicing.Client.exceptions.ValidationException
- Invoicing.Client.exceptions.ResourceNotFoundException