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', ClientToken='string' )
- Parameters:
InvoiceUnitArn (string) –
[REQUIRED]
The ARN to identify an invoice unit. This information can’t be modified or deleted.
ClientToken (string) –
A unique, case-sensitive identifier that you provide to ensure idempotency of the request.
This field is autopopulated if not provided.
- 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.ResourceNotFoundExceptionInvoicing.Client.exceptions.ValidationExceptionInvoicing.Client.exceptions.InternalServerExceptionInvoicing.Client.exceptions.ThrottlingExceptionInvoicing.Client.exceptions.AccessDeniedException