app
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
app
app
/
com.example.clientapplication.network
/
ApiService
/
deleteSession
delete
Session
@
HTTP
(
method
=
"DELETE"
,
path
=
"delete"
,
hasBody
=
true
)
abstract
suspend
fun
deleteSession
(
@
Body
request
:
DeleteSessionRequest
)
:
Response
<
Unit
>
Deletes an active host session.