delete https://api.nodecraft.studio/v1/queue/
Cancels a server Queue Token. Must be performed before attempting to join another server.
Responses
Cancels a server Queue Token. Must be performed before attempting to join another server.
xxxxxxxxxx
DELETE /v1/queue/token HTTP/1.1
Accept: application/json
Host: api.nodecraft.studio
​
​
xxxxxxxxxx
{
"code": "discovery.queue.cancelled",
"message": "Cancelled queue position for server.",
"success": true,
"error": false
}