Skip to content

Delete Portfolio

servicecatalog_delete_portfolio R Documentation

Deletes the specified portfolio

Description

Deletes the specified portfolio.

You cannot delete a portfolio if it was shared with you or if it has associated products, users, constraints, or shared accounts.

A delegated admin is authorized to invoke this command.

Usage

servicecatalog_delete_portfolio(AcceptLanguage, Id)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

Id

[required] The portfolio identifier.

Value

An empty list.

Request syntax

svc$delete_portfolio(
  AcceptLanguage = "string",
  Id = "string"
)