Connect / Client / delete_extraction_definition
delete_extraction_definition¶
- Connect.Client.delete_extraction_definition(**kwargs)¶
Deletes an extraction definition from the specified Connect Customer instance.
See also: AWS API Documentation
Request Syntax
response = client.delete_extraction_definition( InstanceId='string', ExtractionDefinitionId='string' )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
ExtractionDefinitionId (string) –
[REQUIRED]
The identifier of the extraction definition to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
Connect.Client.exceptions.InvalidRequestExceptionConnect.Client.exceptions.ResourceNotFoundExceptionConnect.Client.exceptions.InternalServiceExceptionConnect.Client.exceptions.ThrottlingExceptionConnect.Client.exceptions.AccessDeniedException