Bulk Delete Multiple Rows

View as Markdown
**Purpose:** Bulk delete multiple records from a master data collection by their unique row identifiers **Description:** This endpoint enables you to remove multiple records from a specific master data sheet in a single operation. It accepts a list of row IDs and attempts to delete all corresponding records. The endpoint provides detailed feedback on the deletion operation, including which records were successfully removed and which were not found.

Authentication

x-api-keystring
API key issued by Staple.
AuthorizationBearer
JWT obtained from the login endpoint.

Path parameters

sheetIdstringRequired

Request

This endpoint expects an object.
rowIdslist of stringsOptional

Response

OK