QBusiness / Client / delete_plugin
delete_plugin#
- QBusiness.Client.delete_plugin(**kwargs)#
Deletes an Amazon Q Business plugin.
See also: AWS API Documentation
Request Syntax
response = client.delete_plugin( applicationId='string', pluginId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The identifier the application attached to the Amazon Q Business plugin.
pluginId (string) –
[REQUIRED]
The identifier of the plugin being deleted.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
QBusiness.Client.exceptions.ResourceNotFoundException
QBusiness.Client.exceptions.InternalServerException
QBusiness.Client.exceptions.ConflictException
QBusiness.Client.exceptions.ThrottlingException
QBusiness.Client.exceptions.ValidationException
QBusiness.Client.exceptions.AccessDeniedException