Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
Description
Deletes several live or archives sessions from the server. If the client is not sure whether the client has permission for it, it can set the SkipForbiddenSessions - the server will skip disallowed sessions instead of rejecting the entire operation.
| Name | BatchDeleteSessions |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include Path | #include "IConcertClient.h" |
TFuture < FConcertAdmin_BatchDeleteSessionResponse > BatchDeleteSessions
(
const FGuid & ServerAdminEndpointId,
const FConcertBatchDeleteSessionsArgs & BatchDeletionArgs
)
A future that will contain the server's response (and optionally which sessions were skipped due to permissions)
Parameters
| Name | Remarks |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| BatchDeletionArgs | The arguments that will be used for batch deleting the session(s) |