Uploaded image for project: 'mod-users'
  1. mod-users
  2. MODUSERS-229

Bulk DELETE API for users

    XMLWordPrintable

Details

    • Story
    • Status: Draft (View Workflow)
    • P2
    • Resolution: Unresolved
    • None
    • None

    Description

      Purpose/Overview:

      In order to facilitate efficient and timely data migration functionality, which often requires iterative reloading of data, the Users needs the ability to Delete users in bulk, rather than processing records individually.

      For deleting a list of records RMB needs to provide a method PgUtil.delete, but this is still missing, we have RMB-389 for developing it.

      Requirements:

      • Users shall be able to DELETE to a single endpoint with a CQL query. All records matching that query shall be deleted. Deleting by id using CQL is restricted to 54 records because of the URL maximum length
      • Users shall be able to DELETE to a single endpoint with a list of ids in the body of the DELETE request.
      • Records shall be deleted from the database in a single transaction
      • For CQL the endpoint shall respect a "dry run" parameter, which will return the count of records to be deleted, without actually deleting them from the database.
      • Deletes shall not cascade. If a record cannot be deleted due to foreign key constraints, then the whole operation shall return an error.
      • Should the operation fail due to an error in an individual record, an error message shall be returned that alerts the user where to look in the record set to find the problem.
      • On success, the endpoint shall return a JSON object with the count of the number of records deleted.

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                sekjal Ian Walls
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:

                  TestRail: Runs

                    TestRail: Cases