delete_method
(**kwargs)¶Deletes an existing Method resource.
See also: AWS API Documentation
Request Syntax
response = client.delete_method(
restApiId='string',
resourceId='string',
httpMethod='string'
)
[REQUIRED]
The string identifier of the associated RestApi.
[REQUIRED]
The Resource identifier for the Method resource.
[REQUIRED]
The HTTP verb of the Method resource.
None
Exceptions
APIGateway.Client.exceptions.UnauthorizedException
APIGateway.Client.exceptions.NotFoundException
APIGateway.Client.exceptions.TooManyRequestsException
APIGateway.Client.exceptions.ConflictException