How do you delete an exception container that is space agnostic?
"namespace_type": "agnostic"
If I try to delete it using the Exceptions API I get an error stating the list does not exist.
{
"message": "exception list list_id: \"my-exception-container\" does not exist",
"status_code": 404
}