I'm trying to integrate admin-on-rest with an api sending a 204 HTTP response without a body on successful DELETE.
So on DELETE I get the error message :
REST response must contain a data key
I'm using jsonServerRestClient
and I wonder how could I override this client so it accepts 204 on DELETE and redirects to the list ?