We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0caddf3 + e8d6373 commit 8c08d62Copy full SHA for 8c08d62
request/src/main/java/com/vimeo/networking2/VimeoService.kt
@@ -213,7 +213,7 @@ internal interface VimeoService {
213
): VimeoCall<Folder>
214
215
@FormUrlEncoded
216
- @HTTP(method = "DELETE", path = "{path}", hasBody = true)
+ @HTTP(method = "DELETE", hasBody = true)
217
fun deleteFolder(
218
@Header(AUTHORIZATION) authorization: String,
219
@Url uri: String,
0 commit comments