Delete a Table
DELETE ~/tables/:table-name
Headers
Field | Type | Description |
---|---|---|
Authorization | String |
Bearer authentication token prefixed with |
Content-Type | String |
Request content type, must be 'application/json' |
vendor | String |
The POS vendor name retrieved from Doshii dashboard |
Parameters
Field | Type | Description |
---|---|---|
:table-name | String |
The name of the Table to remove |
Response
Field | Type | Description |
---|---|---|
name | String |
The name of the Table |
maxCovers | Integer |
Seating capacity |
isActive | Boolean |
Table status if it is on or off service |
criteria | Object |
Table properties if any |
isCommunal | Boolean |
Unrelated checkins can simultaneously be seated at this table |
canMerge | Boolean |
Can be be combined with other tables for larger seating capacity |
isSmoking | Boolean |
Is in smoking area |
isOutdoor | Boolean |
Exists in an outdoor setting (terrace, balcony, etc...) |
updatedAt | String |
Date when the record is last updated |
createdAt | String |
Date when the record is created |
uri | String |
The object details url |
Examples
Response (200)
200 Ok.
Comments
0 comments
Please sign in to leave a comment.