Skip to content

Sns  >  Operations  >  delete_platform_application

delete_platform_application

Operation

delete_platform_application async

delete_platform_application(input: DeletePlatformApplicationInput, plugins: list[Plugin] | None = None) -> DeletePlatformApplicationOutput

Deletes a platform application object for one of the supported push notification services, such as APNS and GCM (Firebase Cloud Messaging). For more information, see Using Amazon SNS Mobile Push Notifications.

Parameters:

Name Type Description Default
input DeletePlatformApplicationInput

An instance of DeletePlatformApplicationInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeletePlatformApplicationOutput

An instance of DeletePlatformApplicationOutput.

Input

DeletePlatformApplicationInput dataclass

Input for DeletePlatformApplication action.

Attributes

platform_application_arn class-attribute instance-attribute
platform_application_arn: str | None = None

PlatformApplicationArn of platform application object to delete.

Output

DeletePlatformApplicationOutput dataclass

Dataclass for DeletePlatformApplicationOutput structure.