The booth/remove/:id endpoint lets you remove a user from the waitlist.
Note: You need to have sufficient permissions in the room to access this resource.
booth/remove/:id
DELETE
Insufficient permissions (not being logged in)
{
"data": [
"You are not authorized to access this resource."
],
"status": "notAuthorized",
}
{
'data': [],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}