Actions
Bug #36346
closedACS delete via API returns empty response
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=2170922
Description of problem:
ACS delete via API returns empty response. It should return id at least.
Version-Release number of selected component (if applicable):
6.13.0 snap 5
How reproducible:
always
1. Create some ACS in Satellite
2. Delete it via API:
- curl -sku admin:changeme -H "Content-type: application/json" -X DELETE https://$(hostname)/katello/api/alternate_content_sources/1
Actual results: {}
Expected results:
Something like the other entities return on delete
{"id":1,"name":"TestACS","created_at":"2023-02-17T17:27:58.774Z","updated_at":"2023-02-17T17:27:58.774Z"}
Actions