SNS / Client / delete_endpoint
delete_endpoint#
- SNS.Client.delete_endpoint(**kwargs)#
- Deletes the endpoint for a device and mobile app from Amazon SNS. This action is idempotent. For more information, see Using Amazon SNS Mobile Push Notifications. - When you delete an endpoint that is also subscribed to a topic, then you must also unsubscribe the endpoint from the topic. - See also: AWS API Documentation - Request Syntax - response = client.delete_endpoint( EndpointArn='string' ) - Parameters:
- EndpointArn (string) – - [REQUIRED] - EndpointArn of endpoint to delete. 
- Returns:
- None 
 - Exceptions - SNS.Client.exceptions.InvalidParameterException
- SNS.Client.exceptions.InternalErrorException
- SNS.Client.exceptions.AuthorizationErrorException