Skip to content

Delete Application

opensearchservice_delete_application R Documentation

Deletes an existing OpenSearch Application

Description

Deletes an existing OpenSearch Application.

Usage

opensearchservice_delete_application(id)

Arguments

id

[required] Unique identifier for the OpenSearch Application that you want to delete.

Value

An empty list.

Request syntax

svc$delete_application(
  id = "string"
)