Storybooks for commit 100d38b4394c107fb7f571701fd5a0b6fc04df44

Date
4/20/2026, 11:47:15 PM UTC
Summary
feat(payments-api): Delete glean/nimbus data on account deletion Because:
Description
* When an account is deleted, subplat data associated with the user (including nimbus-associated data) needs to be removed as well

This commit:

* Adds in a record-keeping deletionNamespaces field to the nimbus config, for ensuring deletion of data associated with historical nimbus UUID generations
* Logs a record via the winston logger in a format designed to be intercepted by a bigquery ETL query to delete glean data with a matching nimbus user id
* Wires in the deletion logger method into the fxa webhook call for the delete-user fxa events

Closes #PAY-3438