roava
Toggle table of contents
0.0.5-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
roava
roava
/
dev.roava.api
/
GroupApi
/
exileUser
exile
User
@
DELETE
(
value
=
"/v1/groups/{groupId}/users/{userId}"
)
abstract
fun
exileUser
(
@
Path
(
value
=
"groupId"
)
groupId
:
Int
,
@
Path
(
value
=
"userId"
)
userId
:
Long
)
:
Call
<
Void
>