APIGateway / Client / delete_integration
delete_integration#
- APIGateway.Client.delete_integration(**kwargs)#
- Represents a delete integration. - See also: AWS API Documentation - Request Syntax- response = client.delete_integration( restApiId='string', resourceId='string', httpMethod='string' ) - Parameters:
- restApiId (string) – - [REQUIRED] - The string identifier of the associated RestApi. 
- resourceId (string) – - [REQUIRED] - Specifies a delete integration request’s resource identifier. 
- httpMethod (string) – - [REQUIRED] - Specifies a delete integration request’s HTTP method. 
 
- Returns:
- None 
 - Exceptions- APIGateway.Client.exceptions.BadRequestException
- APIGateway.Client.exceptions.ConflictException
- APIGateway.Client.exceptions.NotFoundException
- APIGateway.Client.exceptions.UnauthorizedException
- APIGateway.Client.exceptions.TooManyRequestsException