POST discord/leave
Log a message to a Discord channel when user leaves the Network.
Note
This is a privileged endpoint. Only authorised queries will be processed.
Parameters
username
string
User IGN.
Examples
- Typical
- Invalid
{
"username": "shadowolfyt"
}
Response
{
"success": true
}
A Discord message will be created that says,
"❎ | shadowolfyt
has left the Network."
TODO