DELETE
/
activity
/
playerLeave
curl --request DELETE \
  --url https://api.readmin.app/activity/playerLeave \
  --header 'Content-Type: application/json' \
  --header 'loader-id: <api-key>' \
  --data '{
  "sessionIds": {
    "runningGamePlayer": "<string>",
    "userGameSession": "<string>"
  },
  "playerId": 123,
  "events": [
    {
      "user": "<string>",
      "type": "<string>",
      "date": 123,
      "message": "<string>",
      "to": "<string>"
    }
  ],
  "leftTime": 123
}'
{
  "success": true
}

Authorizations

loader-id
string
header
required

Body

application/json

Response

200
application/json

Player left successfully

The response is of type object.