Purge Notification Data
POST/v1/notifications/:notificationId/purge
This endpoint is used to purge the data of a specific notification. This is used in case of downstream services requiring data deletion after processing - namely for compliance and privacy reasons.
Request
Responses
- 200
- 401
- 404
- 500
Notification purged successfully
Missing or invalid authentication token (GEN001002)
Notification not found (NOT004001)
Internal server error (GEN100000) or Service error (GEN100001)