paws.networking (version 0.1.6)

apigatewayv2_delete_integration_response: Deletes an IntegrationResponses

Description

Deletes an IntegrationResponses.

Usage

apigatewayv2_delete_integration_response(ApiId, IntegrationId,
  IntegrationResponseId)

Arguments

ApiId

[required] The API identifier.

IntegrationId

[required] The integration ID.

IntegrationResponseId

[required] The integration response ID.

Request syntax

svc$delete_integration_response(
  ApiId = "string",
  IntegrationId = "string",
  IntegrationResponseId = "string"
)