We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d6636 commit bc3a6ccCopy full SHA for bc3a6cc
line-bot-api-client/src/main/java/com/linecorp/bot/client/LineMessagingService.java
@@ -268,7 +268,7 @@ Call<Void> linkRichMenuToUser(
268
*
269
* @see LineMessagingClient#unlinkRichMenuIdFromUser(String)
270
*/
271
- @DELETE("v2/bot/richmenu/bulk/unlink")
+ @POST("v2/bot/richmenu/bulk/unlink")
272
Call<Void> unlinkRichMenuIdFromUsers(@Body RichMenuBulkUnlinkRequest request);
273
274
/**
0 commit comments