Deletewhitelistitem

POST /whitelist/deletewhitelistitem

Body

  • realmid integer Required
  • uniquenetid string Required

    Minimum length is 1.

Responses

  • 200

    OK

    Hide response attributes Show response attributes object
    • result boolean Required
    • problem null | string
    • success boolean Required
  • 401

    Unauthorized

POST /whitelist/deletewhitelistitem
curl \
 -X POST https://myrealm.lastoasis.gg/api/whitelist/deletewhitelistitem \
 -H "API Key: $API_KEY" \
 -H "Content-Type: application/json" \
 -d '{"realmid":42,"uniquenetid":"string"}'
Request example
{
  "realmid": 42,
  "uniquenetid": "string"
}
Request examples
{
  "realmid": 42,
  "uniquenetid": "string"
}
Response examples (200)
{
  "result": true,
  "problem": null,
  "success": true
}
Response examples (200)
{
  "result": true,
  "problem": null,
  "success": true
}