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