So in Integration Fields I'm using a Custom API, have created manually a CRUD corresponding to documentation and everything work as well, however deleteItems does'nt work as expected.
When I post
to route deleteItems with [...ids]
I have a 200 OK, but if I read the repo document it still contains the deleted item, why? I mean, even if its deleted from catalog it still remains in the field, I don't feel this backup so bad but the real point to delete is to erase and not have another copy entry.
As suggest this "backup" could be like an option in integration field to persist blob value after deleted from catalog.
.