This endpoint is for deleting a table. Please note table delete will not be allowed if the table has open sales.
The table was successfully deleted
When you don't have the right permissions to delete a table for the provided location.
When the provided tableId
does not match a table stored in the system.
curl -i -X DELETE \ 'https://api.tyro.com/connect/tables/{tableId}' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "error": "No table found for 2688fcf2-44dd-4c72-88ac-79d0910f2983"
}