app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.network
/
ApiService
/
leaveSession
leave
Session
@
HTTP
(
method
=
"DELETE"
,
path
=
"leave"
,
hasBody
=
true
)
abstract
suspend
fun
leaveSession
(
@
Body
request
:
LeaveSessionRequest
)
:
Response
<
Unit
>
Leaves the current room session.