CSNAPC-11211: Delete clone / Get clone by ID via REST API deletes the oldest clone regardless of the specified ID
Issue
RestAPI to "DELETE /clones/(id)" Deletes Wrong Clone.
When a user calls `DELETE /api/4.1/clones/(id)
to delete a specific clone by its ID, SnapCenter deletes a different clone instead and returns HTTP 200 success. No error is raised; the operation appears to succeed but targets the wrong clone.
Same issue is observed with GET/clones/(id) API.
