Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_application

delete_application(**kwargs)

Deletes the specified application. Kinesis Data Analytics 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

  • KinesisAnalyticsV2.Client.exceptions.ConcurrentModificationException
  • KinesisAnalyticsV2.Client.exceptions.ResourceNotFoundException
  • KinesisAnalyticsV2.Client.exceptions.ResourceInUseException
  • KinesisAnalyticsV2.Client.exceptions.InvalidArgumentException
  • KinesisAnalyticsV2.Client.exceptions.InvalidRequestException
  • KinesisAnalyticsV2.Client.exceptions.InvalidApplicationConfigurationException