QConnect / Client / delete_ai_guardrail
delete_ai_guardrail#
- QConnect.Client.delete_ai_guardrail(**kwargs)#
 Deletes an Amazon Q in Connect AI Guardrail.
See also: AWS API Documentation
Request Syntax
response = client.delete_ai_guardrail( aiGuardrailId='string', assistantId='string' )
- Parameters:
 aiGuardrailId (string) –
[REQUIRED]
The identifier of the Amazon Q in Connect AI Guardrail. Can be either the ID or the ARN. URLs cannot contain the ARN.
assistantId (string) –
[REQUIRED]
The identifier of the Amazon Q in Connect assistant. Can be either the ID or the ARN. URLs cannot contain the ARN.
- Return type:
 dict
- Returns:
 Response Syntax
{}Response Structure
(dict) –
Exceptions
QConnect.Client.exceptions.ConflictExceptionQConnect.Client.exceptions.ValidationExceptionQConnect.Client.exceptions.AccessDeniedExceptionQConnect.Client.exceptions.ResourceNotFoundExceptionQConnect.Client.exceptions.ThrottlingException