Pinpoint / Client / delete_app

delete_app#

Pinpoint.Client.delete_app(**kwargs)#

Deletes an application.

See also: AWS API Documentation

Request Syntax

response = client.delete_app(
    ApplicationId='string'
)
Parameters:

ApplicationId (string) –

[REQUIRED]

The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

Return type:

dict

Returns:

Response Syntax

{
    'ApplicationResponse': {
        'Arn': 'string',
        'Id': 'string',
        'Name': 'string',
        'tags': {
            'string': 'string'
        },
        'CreationDate': 'string'
    }
}

Response Structure

  • (dict) –

    The request succeeded.

    • ApplicationResponse (dict) –

      Provides information about an application.

      • Arn (string) –

        The Amazon Resource Name (ARN) of the application.

      • Id (string) –

        The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.

      • Name (string) –

        The display name of the application. This name is displayed as the Project name on the Amazon Pinpoint console.

      • tags (dict) –

        A string-to-string map of key-value pairs that identifies the tags that are associated with the application. Each tag consists of a required tag key and an associated tag value.

        • (string) –

          • (string) –

      • CreationDate (string) –

        The date and time when the Application was created.

Exceptions