Skip to content

feat(kyc): add delete of an org kyc record - #1843

Open
whoAbhishekSah wants to merge 1 commit into
fix/credit-delete-methodfrom
fix/kyc-delete-method
Open

feat(kyc): add delete of an org kyc record#1843
whoAbhishekSah wants to merge 1 commit into
fix/credit-delete-methodfrom
fix/kyc-delete-method

Conversation

@whoAbhishekSah

Copy link
Copy Markdown
Member

Part of #1835. Stacked on the credit delete PR.

The org_kyc row references the organization row, and nothing could remove it, which blocked the hard delete of an organization.

Changes

  • Delete on the kyc Postgres repository.
  • DeleteKyc on the kyc service.
  • Regenerated the kyc repository mock.

No behavior change: nothing calls these yet.

🤖 Generated with Claude Code

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>
@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frontier Ready Ready Preview Aug 4, 2026 7:31am

@coderabbitai

coderabbitai Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 34e36208-55e9-42e6-bdce-a5ccb5d6d123

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@rohilsurana rohilsurana left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants