Re: [w3c/push-api] Unsubscribe rest url (#242)

None of those things is sufficient to remove the subscription.  Only the client has the credentials that can remove that.

The information that an application server has is not special here.  Multiple application servers can have access to the same subscription (though this is rare in practice, it is expressly enabled by the design).  This means that no single application server can terminate the subscription.  They can only ask the client to do that.

If you are not interested in using the subscription, you can also drop the information about the endpoint and stop using it.  It doesn't cost a push server much to maintain the record that isn't used.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/issues/242#issuecomment-283501937

Received on Wednesday, 1 March 2017 23:11:40 UTC