Skip to content

Delete Provisioned Product Plan

servicecatalog_delete_provisioned_product_plan R Documentation

Deletes the specified plan

Description

Deletes the specified plan.

Usage

servicecatalog_delete_provisioned_product_plan(AcceptLanguage, PlanId,
  IgnoreErrors)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

PlanId

[required] The plan identifier.

IgnoreErrors

If set to true, 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
)