Skip to content

Delete Resource

apigateway_delete_resource R Documentation

Deletes a Resource resource

Description

Deletes a Resource resource.

Usage

apigateway_delete_resource(restApiId, resourceId)

Arguments

restApiId

[required] The string identifier of the associated RestApi.

resourceId

[required] The identifier of the Resource resource.

Value

An empty list.

Request syntax

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