I'am working on a project using Client API,the webservice API provided by other company use a DELETE request with body. what can I do with it? by this?: method("DELETE",Entity.entity(json.toString(),MediaType.APPLICATION_JSON_TYPE));
I'am working on a project using Client API,the webservice API provided by other company use a DELETE request with body.
what can I do with it?
by this?: method("DELETE",Entity.entity(json.toString(),MediaType.APPLICATION_JSON_TYPE));