KinesisAnalyticsV2 / Client / delete_application

delete_application#

KinesisAnalyticsV2.Client.delete_application(**kwargs)#

Deletes the specified application. Managed Service for Apache Flink halts application execution and deletes the application.

See also: AWS API Documentation

Request Syntax

response = client.delete_application(
    ApplicationName='string',
    CreateTimestamp=datetime(2015, 1, 1)
)
Parameters:
  • ApplicationName (string) –

    [REQUIRED]

    The name of the application to delete.

  • CreateTimestamp (datetime) –

    [REQUIRED]

    Use the DescribeApplication operation to get this value.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions