//instead of axios.put(url, { foo: "bar" }); //wrap the data in the data propery of a new object axios.delete(url, { data: { foo: "bar" } });