Billing / Client / delete_billing_view
delete_billing_view¶
- Billing.Client.delete_billing_view(**kwargs)¶
Deletes the specified billing view.
See also: AWS API Documentation
Request Syntax
response = client.delete_billing_view( arn='string', force=True|False )
- Parameters:
arn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
force (boolean) – If set to true, forces deletion of the billing view even if it has derived resources (e.g. other billing views or budgets). Use with caution as this may break dependent resources.
- Return type:
dict
- Returns:
Response Syntax
{ 'arn': 'string' }
Response Structure
(dict) –
arn (string) –
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
Exceptions
Billing.Client.exceptions.ThrottlingException
Billing.Client.exceptions.AccessDeniedException
Billing.Client.exceptions.ConflictException
Billing.Client.exceptions.ValidationException
Billing.Client.exceptions.InternalServerException