camaraproject / DeviceLocation

Repository to describe, develop, document and test the DeviceLocation API family
Apache License 2.0
21 stars 31 forks source link

geofencing: Add `SUBSCRIPTION_DELETED` as termination-reason #242

Closed maxl2287 closed 3 months ago

maxl2287 commented 3 months ago

What type of PR is this?

Add one of the following kinds:

What this PR does / why we need it:

Adds a new termination-reason for "subscription-ends" - CloudEvent, when the user deletes the subscriptions via DELETE /subscriptions/{subscriptionId}

Which issue(s) this PR fixes:

Fixes #141