When I try to create a delete method:
public interface ImageService { @DELETE(\"api/v1/attachment\") Call delete(@Body DeleteMode
Here is my version
@HTTP(method = "DELETE", path = "{login}", hasBody = true) Call getData(@Path("login") String postfix, @Body Map options);