PartnerCentralChannelAPI / Client / delete_program_management_account
delete_program_management_account¶
- PartnerCentralChannelAPI.Client.delete_program_management_account(**kwargs)¶
Deletes a program management account.
See also: AWS API Documentation
Request Syntax
response = client.delete_program_management_account( catalog='string', identifier='string', clientToken='string' )
- Parameters:
catalog (string) –
[REQUIRED]
The catalog identifier for the program management account.
identifier (string) –
[REQUIRED]
The unique identifier of the program management account to delete.
clientToken (string) –
A unique, case-sensitive identifier to ensure idempotency of the request.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
PartnerCentralChannelAPI.Client.exceptions.ResourceNotFoundExceptionPartnerCentralChannelAPI.Client.exceptions.InternalServerExceptionPartnerCentralChannelAPI.Client.exceptions.ValidationExceptionPartnerCentralChannelAPI.Client.exceptions.ThrottlingExceptionPartnerCentralChannelAPI.Client.exceptions.AccessDeniedExceptionPartnerCentralChannelAPI.Client.exceptions.ConflictException