Learn R Programming

paws.analytics (version 0.1.9)

elasticsearchservice_delete_package: Delete the package

Description

Delete the package.

Usage

elasticsearchservice_delete_package(PackageID)

Arguments

PackageID

[required] Internal ID of the package that you want to delete. Use DescribePackages to find this value.

Request syntax

svc$delete_package(
  PackageID = "string"
)