Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
Description
Delete a live or archived session from the server if the client is the owner of the session. The server automatically detects if the session is live or archived. If the client is not the owner the request will be refused.
| Name | DeleteSession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include Path | #include "IConcertClient.h" |
TFuture < EConcertResponseCode > DeleteSession
(
const FGuid & ServerAdminEndpointId,
const FGuid & SessionId
)
A future that will contains the final response code of the request
Parameters
| Name | Remarks |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| SessionId | The Id of the session to delete |