0 votes
117 views
in android by (0 points)
closed by
You need to remove an Event based on it;s id from your API, Which code snippet defines that request in Retrofit?

a. @DELETE("events) fun deleteEvent(@Path("id") id: Long): Call
b. @DELETE("events/{id}") fun deleteEvent(@Path("id") id: Long): Call
c. @REMOVE("events/{id}") fun deleteEvent(@Path("id") id: Long): Call
d. @DELETE("events/{id}") fun deleteEvent(@Path("id") id: Long): Call
closed

1 Answer

0 votes
by (0 points)
 
Best answer
b d

2.8k questions

2.8k answers

0 comments

76 users

Welcome to MCQ Village Q&A, where you can ask questions and receive answers from other members of the community.
...