Skip to content

DeleteEndpoint

Source: src/AWS/SNS/DeleteEndpoint.ts

Runtime binding for sns:DeleteEndpoint.

Bind this operation to a PlatformApplication to deregister one of its device endpoints (idempotent). Provide the DeleteEndpointHttp layer on the Function to implement the binding.

const deleteEndpoint = yield* SNS.DeleteEndpoint(app);
yield* deleteEndpoint({ EndpointArn: endpointArn });