Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 564 Bytes

booth_remove_id.md

File metadata and controls

36 lines (26 loc) · 564 Bytes

booth/remove/:id Endpoint

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.

Endpoint

booth/remove/:id

Method

DELETE

Possible error messages

Insufficient permissions (not being logged in)

{
    "data": [
        "You are not authorized to access this resource."
    ],
    "status": "notAuthorized",
}

Data returned

{
    'data': [],
    'meta': {},
    'status': 'ok',
    'time': 'xx.xxxxxxxxxxx'
}