AWS.SNS.TSNSClient.DeleteEndpoint

Deletes an endpoint for a device and mobile app.

function DeleteEndpoint(const ARequest: ISNSDeleteEndpointRequest): ISNSDeleteEndpointResponse; overload; function DeleteEndpoint(const AEndpointArn: TARN): ISNSDeleteEndpointResponse; overload;
__fastcall ISNSDeleteEndpointResponse DeleteEndpoint(const ISNSDeleteEndpointRequest ARequest); __fastcall ISNSDeleteEndpointResponse DeleteEndpoint(const TARN AEndpointArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSDeleteEndpointRequest
A DeleteEndpoint request object.
const AEndpointArn: TARN
The Amazon Resource Name (ARN) of the endpoint to delete.

Response containing DeleteEndpoint 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.