Learn R Programming

paws.management (version 0.1.11)

servicecatalog_delete_provisioned_product_plan: Deletes the specified plan

Description

Deletes the specified plan.

Usage

servicecatalog_delete_provisioned_product_plan(AcceptLanguage, PlanId,
  IgnoreErrors)

Arguments

AcceptLanguage

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

PlanId

[required] The plan identifier.

IgnoreErrors

If set to true, AWS Service Catalog stops managing the specified provisioned product even if it cannot delete the underlying resources.

Value

An empty list.

Request syntax

svc$delete_provisioned_product_plan(
  AcceptLanguage = "string",
  PlanId = "string",
  IgnoreErrors = TRUE|FALSE
)