Hide Forgot
To cancel a sync you now have to call a specific 'cancel' method in the Pulp API: before: DELETE /pulp/api/repositories/<repo-id>/sync/<sync-id>/ new path required: POST /pulp/api//tasks/<sync-id>/cancel/
QA Verified, we can now cancel sync again.