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

KeyDatatypeRequiredDescription
rowstringThe row of the cell to clear. Always an integer between 0 and 4, inclusive. Row 0 is the top row.
columnstringThe column of the cell to clear. Always an integer between 0 and 4, inclusive. Column 0 is the leftmost column.