Skip to content

Delete Portfolio Share

servicecatalog_delete_portfolio_share R Documentation

Stops sharing the specified portfolio with the specified account or organization node

Description

Stops sharing the specified portfolio with the specified account or organization node. Shares to an organization node can only be deleted by the management account of an organization or by a delegated administrator.

Note that if a delegated admin is de-registered, portfolio shares created from that account are removed.

Usage

servicecatalog_delete_portfolio_share(AcceptLanguage, PortfolioId,
  AccountId, OrganizationNode)

Arguments

AcceptLanguage

The language code.

  • jp - Japanese

  • zh - Chinese

PortfolioId

[required] The portfolio identifier.

AccountId

The Amazon Web Services account ID.

OrganizationNode

The organization node to whom you are going to stop sharing.

Value

A list with the following syntax:

list(
  PortfolioShareToken = "string"
)

Request syntax

svc$delete_portfolio_share(
  AcceptLanguage = "string",
  PortfolioId = "string",
  AccountId = "string",
  OrganizationNode = list(
    Type = "ORGANIZATION"|"ORGANIZATIONAL_UNIT"|"ACCOUNT",
    Value = "string"
  )
)