Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_delete_collection: Deletes an OpenSearch Serverless collection

Description

Deletes an OpenSearch Serverless collection. For more information, see Creating and managing Amazon OpenSearch Serverless collections.

See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_delete_collection/ for full documentation.

Usage

opensearchserviceserverless_delete_collection(clientToken = NULL, id)

Arguments

clientToken

A unique, case-sensitive identifier to ensure idempotency of the request.

id

[required] The unique identifier of the collection. For example, 1iu5usc406kd. The ID is part of the collection endpoint. You can also retrieve it using the list_collections API.