v1

latestOpenAPI 3.1.02026-07-263911,4691.1 MB
Inspections

Delete table line

Remove an existing line and all its cell values from an inspection table. The line_id must belong to the table identified by item_id.

delete/inspections/integration/v1/inspections/{inspection_id}/tables/{item_id}/lines/{line_id}

Path parameters

inspection_idstring required

inspection_id is the unique identifier of the inspection containing the table.

item_idstring required

item_id is the item ID of the table within the inspection.

line_idstring required

The id of the line to delete.

Response

A successful response.

S12InspectionsPubIntegrationV1DeleteTableLineResponse required

DeleteTableLineResponse response for rpc DeleteTableLine.