Delete a schedule isn't possible

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

Boy,

Would you mind filing an issue at https://github.com/ansible/awx/issues/new?template=bug_report.md with additional details?

Specifically, with an HTTP 500 error, you should be able to see a traceback in the AWX logs, which will help us diagnose what’s going on here.

Thanks!

I opened an issue #5137

Thanks,
Boy