Data Deletion (Purge System)
This is an optional feature. It is not required for CREDEBL setup. Enable it only if you need automatic record lifecycle management.
Flow
Mode
How it works
Environment Variables
# Set to true to activate the purge system
PURGE_ENABLED=true
# Set to false to disable webhook notifications after deletion (default: true)
PURGE_WEBHOOK_ENABLED=truePURGE_NATS_ENABLED=true
PURGE_NATS_TTL_SECONDS=2592000 # 30 daysPURGE_CRON_ENABLED=true
PURGE_CRON_TTL_SECONDS=2592000 # 30 days
PURGE_CRON_SCHEDULE=0 * * * * # every hourFlow A: NATS Setup
NATS Authentication Types
Flow B: Cron Setup
Webhook Notifications
Value
Meaning
Verification
Last updated
