AWS.SNS.ISNSClient.DeletePlatformApplication

Deletes a platform application.

function DeletePlatformApplication(const ARequest: ISNSDeletePlatformApplicationRequest): ISNSDeletePlatformApplicationResponse; overload; function DeletePlatformApplication(const APlatformApplicationArn: TARN): ISNSDeletePlatformApplicationResponse; overload;
__fastcall ISNSDeletePlatformApplicationResponse DeletePlatformApplication(const ISNSDeletePlatformApplicationRequest ARequest); __fastcall ISNSDeletePlatformApplicationResponse DeletePlatformApplication(const TARN APlatformApplicationArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSDeletePlatformApplicationRequest
A DeletePlatformApplication request object.
const APlatformApplicationArn: TARN
The Amazon Resource Name (ARN) of the platform application to delete.

Response containing DeletePlatformApplication results.

Exceptions
Description
The user has been denied access to the requested resource.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.