Actions
Bug #15994
openAPI Delete repository response empty
Description
Description of problem:
The delete repository is an background action. The API user is not informed which task id is executed or alternatively that the delete action was successful.
This makes it for automation impossible to know that the delete was successful or wait for the delete action to complete.
- curl -K /opt/hoici/etc/sat6/curl-hoici.conf "-HContent-Type: application/json" "-d{\"per_page\":9999}" -XDELETE https://localhost/katello/api/v2/repositories/200 {}
Actions