DELETE
/
activity
/
endServer
curl --request DELETE \
  --url https://api.readmin.app/activity/endServer \
  --header 'Content-Type: application/json' \
  --header 'loader-id: <api-key>' \
  --data '{
  "internalGameId": "<string>"
}'
{
  "success": true
}

Authorizations

loader-id
string
header
required

Body

application/json
internalGameId
string
required

Response

200
application/json
Session ended successfully
success
boolean