Invoicing / Client / delete_procurement_portal_preference

delete_procurement_portal_preference

Invoicing.Client.delete_procurement_portal_preference(**kwargs)

Deletes an existing procurement portal preference. This action cannot be undone. Active e-invoice delivery and PO retrieval configurations will be terminated.

See also: AWS API Documentation

Request Syntax

response = client.delete_procurement_portal_preference(
    ProcurementPortalPreferenceArn='string'
)
Parameters:

ProcurementPortalPreferenceArn (string) –

[REQUIRED]

The Amazon Resource Name (ARN) of the procurement portal preference to delete.

Return type:

dict

Returns:

Response Syntax

{
    'ProcurementPortalPreferenceArn': 'string'
}

Response Structure

  • (dict) –

    • ProcurementPortalPreferenceArn (string) –

      The Amazon Resource Name (ARN) of the deleted procurement portal preference.

Exceptions

  • Invoicing.Client.exceptions.ResourceNotFoundException

  • Invoicing.Client.exceptions.ValidationException

  • Invoicing.Client.exceptions.InternalServerException

  • Invoicing.Client.exceptions.ServiceQuotaExceededException

  • Invoicing.Client.exceptions.ThrottlingException

  • Invoicing.Client.exceptions.AccessDeniedException