OpenSearchService / Client / delete_application
delete_application¶
- OpenSearchService.Client.delete_application(**kwargs)¶
Deletes a specified OpenSearch application.
See also: AWS API Documentation
Request Syntax
response = client.delete_application( id='string' )
- Parameters:
id (string) –
[REQUIRED]
The unique identifier of the OpenSearch application to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions