Skip to content

Commit

Permalink
Update customer-data.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfrk authored Mar 11, 2024
1 parent bea43cf commit de4a9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/general/customer-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ To facilitate reliable data deletion in our applications, we have set up a proce

When a customer cancels their last application license, a 90 day grace period begins. If a customer does not acquire a new license within this timespan, an event is triggered and sent to the application. You will receive the notification multiple times (once a day at midnight), unless you explicitly confirm the data deletion (see next section).
You might also receive this notification within the grace period already, if a customer explicitly requests the deletion of their data.
In this case, be aware that you might not be able to fetch the [subscription overview](../api/gds/get-subscription-overview.api.mdx) of the customer or the [user profile](../api/gds/get-user-profile.api.mdx) of the user, because they have already be deleted.
In this case, be aware that you might not be able to fetch the [subscription overview](../api/gds/get-subscription-overview.api.mdx) of the customer or the [user profile](../api/gds/get-user-profile.api.mdx) of the user, because they have already been deleted.
To be prepared for that situation we recommend tagging a customers data with their `subscriptionId`.

`one.tapio.selfservice.application.customerdatadeletionrequired`
Expand Down

0 comments on commit de4a9cf

Please sign in to comment.