Skip to main content

Delete a table by id

DELETE 

/api/v2/tables/:table_id

Delete a table by its id

Request

Path Parameters

    table_id uuidrequired

    Unique ID of the table

    Example: 120c50ab-24ae-48f9-8860-ec0e9adea9ec

Responses

Schema

    id uuidrequired

    Unique ID of the table

    floor_plan_id uuidnullable

    ID of the floor plan that the table belongs to

    number stringrequired

    Human-friendly identifier of the table

    number_of_seats integerrequired

    Number of seats the table has

    position_x numberrequired

    X position of the table in the floor plan

    position_y numberrequired

    Y position of the table in the floor plan

    rotation numberrequired

    Rotation of the table in the floor plan

    shape stringrequired

    Possible values: [round, square, rectangular]

    Shape of the table in the floor plan

Loading...