:doc:`SNS <../../sns>` / Client / delete_platform_application

***************************
delete_platform_application
***************************



.. py:method:: SNS.Client.delete_platform_application(**kwargs)

  

  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 <https://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/DeletePlatformApplication>`_  


  **Request Syntax**
  ::

    response = client.delete_platform_application(
        PlatformApplicationArn='string'
    )
    
  :type PlatformApplicationArn: string
  :param PlatformApplicationArn: **[REQUIRED]** 

    ``PlatformApplicationArn`` of platform application object to delete.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`SNS.Client.exceptions.InvalidParameterException`

  
  *   :py:class:`SNS.Client.exceptions.InternalErrorException`

  
  *   :py:class:`SNS.Client.exceptions.AuthorizationErrorException`

  