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.
Mobile Push
Section titled “Mobile Push”const deleteEndpoint = yield* SNS.DeleteEndpoint(app);yield* deleteEndpoint({ EndpointArn: endpointArn });