Please clarify your specific problem or provide additional details to highlight exactly what you need. As it's currently written, it's hard to tell exactly what you're asking.
– CommunityAug 24 '22 at 18:49
1 Answers1
0
You can send the id as variable , Code like that
@DELETE("v1/trails/{id}")
Call<Response> delete(@Path("id") int id);
Please explain your problem with more information. Otherwise it's difficult to address your problem. Before posting any problem search over the google and add your so far findings.
– RafsanJanyAug 24 '22 at 07:03