feat(kyc): add delete of an org kyc record - #1843
Conversation
The org_kyc row references the organization row, and nothing could remove it, which blocked the hard delete of an organization. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
rohilsurana
left a comment
There was a problem hiding this comment.
Reviewed as part of the stack. No suggestions here. The idempotent delete is the right call for a retryable teardown, and the error mapping matches the rest of the file.
Part of #1835. Stacked on the credit delete PR.
The
org_kycrow references the organization row, and nothing could remove it, which blocked the hard delete of an organization.Changes
Deleteon the kyc Postgres repository.DeleteKycon the kyc service.No behavior change: nothing calls these yet.
🤖 Generated with Claude Code