Hi,
if I want delete a schedule I get an error, no matter if I use the GUI or the API.
I’m using AWX 7.0.0 Docker installation.
DELETE /api/v2/schedules/22/
HTTP 500 Internal Server Error
Content-Type: application/json
Vary: Accept
{
"detail": "A server error has occurred."
}
Other schedules can be deleted, only this one can’t.
It’s possible to change the schedule with PATCH and PUT, only DELETE isn’t possible.
Thanks,
Boy