I deleted the offer data for an auction item from the API, but it was never deleted and the reference continues to remain.
Specifically, I deleted the offer using the delete offer api and confirmed the 204 response, but when I do a get offer, the data before the deletion is still visible.
When updating the remaining offeror, a 500 error occurs, and when trying to create a new one with the same data, a 500 error occurs.
What the heck is going on here?