blazeauth
Reference

blacklist

Blacklist the current client_id and the active identity (license/account) if present.

blacklist

Blacklist the current session identity.

  • Type: 7
  • Requires initialization: yes
  • Requires authorization: no (but affects authorized identity if present)

Request and response example

blacklist
Blacklist the current client_id and the current license/account if authorized.

Notes

  • This operation is intended as a moderation/safety action (for example, fraud or abuse).
  • In the current server implementation, the session is treated as blacklisted and the connection may be terminated by the server after processing.

Common statuses

StatusMeaning
1ok
3not_authorized (if a target requires auth)
6internal_server_error

On this page