Skip to content

Delete Template Share

wellarchitected_delete_template_share R Documentation

Delete a review template share

Description

Delete a review template share.

After the review template share is deleted, Amazon Web Services accounts, users, organizations, and organizational units (OUs) that you shared the review template with will no longer be able to apply it to new workloads.

Usage

wellarchitected_delete_template_share(ShareId, TemplateArn,
  ClientRequestToken)

Arguments

ShareId

[required]

TemplateArn

[required] The review template ARN.

ClientRequestToken

[required]

Value

An empty list.

Request syntax

svc$delete_template_share(
  ShareId = "string",
  TemplateArn = "string",
  ClientRequestToken = "string"
)