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.ResourceNotFoundException

  • Invoicing.Client.exceptions.ValidationException

  • Invoicing.Client.exceptions.InternalServerException

  • Invoicing.Client.exceptions.ThrottlingException

  • Invoicing.Client.exceptions.AccessDeniedException