BedrockAgentCoreControl / Client / delete_consent_portal
delete_consent_portal¶
- BedrockAgentCoreControl.Client.delete_consent_portal(**kwargs)¶
Deletes a consent portal.
See also: AWS API Documentation
Request Syntax
response = client.delete_consent_portal( consentPortalIdentifier='string' )
- Parameters:
consentPortalIdentifier (string) –
[REQUIRED]
The identifier of the consent portal. You can specify either the consent portal ID or its Amazon Resource Name (ARN).
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
BedrockAgentCoreControl.Client.exceptions.UnauthorizedExceptionBedrockAgentCoreControl.Client.exceptions.ValidationExceptionBedrockAgentCoreControl.Client.exceptions.AccessDeniedExceptionBedrockAgentCoreControl.Client.exceptions.ResourceNotFoundExceptionBedrockAgentCoreControl.Client.exceptions.ThrottlingExceptionBedrockAgentCoreControl.Client.exceptions.InternalServerException