-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
The unlink endpoint currently just returns success: true, despite nothing actually being done. The request should take in minecraftUUID as a parameter, noting the MC account that wants to unlink their linked Discord account.
If there is no linked account, return an error saying so.
If there is a linked account, remove the linking information stored in MongoDB, and send a success response.