Skip to content

Api Gateway  >  Operations  >  delete_method_response

delete_method_response

Operation

delete_method_response async

delete_method_response(input: DeleteMethodResponseInput, plugins: list[Plugin] | None = None) -> DeleteMethodResponseOutput

Deletes an existing MethodResponse resource.

Parameters:

Name Type Description Default
input DeleteMethodResponseInput

An instance of DeleteMethodResponseInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteMethodResponseOutput

An instance of DeleteMethodResponseOutput.

Input

DeleteMethodResponseInput dataclass

A request to delete an existing MethodResponse resource.

Attributes

http_method class-attribute instance-attribute
http_method: str | None = None

The HTTP verb of the Method resource.

resource_id class-attribute instance-attribute
resource_id: str | None = None

The Resource identifier for the MethodResponse resource.

rest_api_id class-attribute instance-attribute
rest_api_id: str | None = None

The string identifier of the associated RestApi.

status_code class-attribute instance-attribute
status_code: str | None = None

The status code identifier for the MethodResponse resource.

Output

DeleteMethodResponseOutput dataclass

Dataclass for DeleteMethodResponseOutput structure.