Skip to content

Delete Partner App

sagemaker_delete_partner_app R Documentation

Deletes a SageMaker Partner AI App

Description

Deletes a SageMaker Partner AI App.

Usage

sagemaker_delete_partner_app(Arn, ClientToken)

Arguments

Arn

[required] The ARN of the SageMaker Partner AI App to delete.

ClientToken

A unique token that guarantees that the call to this API is idempotent.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$delete_partner_app(
  Arn = "string",
  ClientToken = "string"
)