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'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
Specifies a delete integration request's resource identifier.
[REQUIRED]
Specifies a delete integration request's HTTP method.
None
Exceptions
APIGateway.Client.exceptions.BadRequestExceptionAPIGateway.Client.exceptions.ConflictExceptionAPIGateway.Client.exceptions.NotFoundExceptionAPIGateway.Client.exceptions.UnauthorizedExceptionAPIGateway.Client.exceptions.TooManyRequestsException