Invoicing / Client / delete_procurement_portal_preference
delete_procurement_portal_preference¶
- Invoicing.Client.delete_procurement_portal_preference(**kwargs)¶
This feature API is subject to changing at any time. For more information, see the Amazon Web Services Service Terms (Betas and Previews).
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', ClientToken='string' )
- Parameters:
ProcurementPortalPreferenceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the procurement portal preference to delete.
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
{ 'ProcurementPortalPreferenceArn': 'string' }
Response Structure
(dict) –
ProcurementPortalPreferenceArn (string) –
The Amazon Resource Name (ARN) of the deleted procurement portal preference.
Exceptions