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
| Status | Meaning |
|---|---|
1 | ok |
3 | not_authorized (if a target requires auth) |
6 | internal_server_error |