Skip to content

Conversation

@c8y3
Copy link
Contributor

@c8y3 c8y3 commented Oct 31, 2025

Implementation of DELETE /api/v2/manage/customers/{identifier}

  • Deprecated POST /manage/customers/delete/<int:client_id>
  • Added constraint to not import marshmallow from the persistence layer
  • Added constraint to not import marshables from app.datamgmt.manage.manage_groups_db
  • Moved business errors in app.models.errors
  • Moved ElementInUseException in app.models.errors as another business error and renamed it ElementInUseError
  • Fixed a typing error: case_schema parameter of case_template_pre_modifier is Cases and not CaseSchemma
    The accompanying documentation is in iris-doc-src PR#92

Elise17 added 30 commits October 8, 2025 14:04
@c8y3 c8y3 requested a review from whikernel October 31, 2025 14:26
@c8y3 c8y3 added the enhancement New feature or request label Oct 31, 2025
@c8y3 c8y3 linked an issue Oct 31, 2025 that may be closed by this pull request
9 tasks
@coderabbitai
Copy link

coderabbitai bot commented Oct 31, 2025

Important

Review skipped

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

🗂️ Base branches to auto review (1)
  • api_*

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.

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

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch api_v2_delete_customer

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 and usage tips.

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API v2 delete a customer

3 participants