Skip to main content
DELETE
Remove multiple table rows in batch

Authorizations

Authorization
string
header
required

Token JWT de autenticação

Headers

x-company-id
string

Target company identifier. Required only for global API keys (type=global). Ignored for company API keys and human users.

Path Parameters

tableId
string
required

Table ID

Body

application/json
rowIds
string[]
required

IDs of the rows to remove (1 to 500)

Required array length: 1 - 500 elements
Example:

Response

200 - undefined