paws.networking (version 0.1.6)

apigateway_delete_resource: Deletes a Resource resource

Description

Deletes a Resource resource.

Usage

apigateway_delete_resource(restApiId, resourceId)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

resourceId

[required] [Required] The identifier of the Resource resource.

Request syntax

svc$delete_resource(
  restApiId = "string",
  resourceId = "string"
)