QBusiness / Client / delete_data_accessor
delete_data_accessor#
- QBusiness.Client.delete_data_accessor(**kwargs)#
Deletes a specified data accessor. This operation permanently removes the data accessor and its associated AWS IAM Identity Center application. Any access granted to the ISV through this data accessor will be revoked
See also: AWS API Documentation
Request Syntax
response = client.delete_data_accessor( applicationId='string', dataAccessorId='string' )
- Parameters:
applicationId (string) –
[REQUIRED]
The unique identifier of the Q Business application.
dataAccessorId (string) –
[REQUIRED]
The unique identifier of the data accessor to delete.
- 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