Skip to content

beamable-sdk / api / beamoDeleteServicesLogsQueryByQueryId

Function: beamoDeleteServicesLogsQueryByQueryId()

beamoDeleteServicesLogsQueryByQueryId(requester, queryId, gamertag?): Promise<HttpResponse<BeamoV2ApiBeamoServicesLogsQueryDeleteBeamoResponse>>

Defined in: src/__generated__/apis/BeamoApi.ts:450

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

queryId

string

The queryId parameter to include in the API request.

gamertag?

string

Override the playerId of the requester. This is only necessary when not using a JWT bearer token.

Returns

Promise<HttpResponse<BeamoV2ApiBeamoServicesLogsQueryDeleteBeamoResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.