Delete Location Pages Cells
DELETE {{baseUrl}}/v1/:location_id/pages/:page_id/cells?row=<integer>&column=<integer>
Deletes a cell from a Favorites page in Square Register.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
row | string | The row of the cell to clear. Always an integer between 0 and 4, inclusive. Row 0 is the top row. | |
column | string | The column of the cell to clear. Always an integer between 0 and 4, inclusive. Column 0 is the leftmost column. |