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
OpenSearchService.Client.exceptions.BaseExceptionOpenSearchService.Client.exceptions.ResourceNotFoundExceptionOpenSearchService.Client.exceptions.ValidationExceptionOpenSearchService.Client.exceptions.AccessDeniedExceptionOpenSearchService.Client.exceptions.ConflictExceptionOpenSearchService.Client.exceptions.InternalExceptionOpenSearchService.Client.exceptions.DisabledOperationException