product · inferred from evidence
ApiNotFoundError
A specific error class in the atlassian-python-api library for 404 (Not Found) API errors.
- atlassian-python-api `delete_space` on a missing space raises generic ApiError instead of ApiNotFoundError
You were right: the library was swallowing the 404 into a generic `ApiError`. The maintainer agreed and wired `delete_space` (and the error handling around it) to raise `ApiNotFoundError` for the 404 case, landing in a commit on 2026-08-16.