mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 12:35:30 +03:00
remove unused endpoint
Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
parent
1a062c3e4e
commit
4dc1352032
1 changed files with 0 additions and 4 deletions
|
@ -713,8 +713,4 @@ public interface NcApi {
|
|||
@DELETE
|
||||
Observable<GenericOverall> rejectInvitation(@Header("Authorization") String authorization,
|
||||
@Url String url);
|
||||
|
||||
@DELETE
|
||||
Observable<GenericOverall> unbanActor(@Header("Authorization") String authorization,
|
||||
@Url String url);
|
||||
}
|
Loading…
Reference in a new issue