Skip to main content
POST
Delete list entries in bulk

Authorizations

Authorization
string
header
default:apikey <your-api-key>
required

Use format apikey <token>.

Body

application/json
listName
string
required
entries
string[]
required
Maximum array length: 500
tenantUid
string<uuid> | null

If null, the deployment-global list scope is used.

Response

Number of entries effectively deleted.

modifiedEntries
integer<int32>
required
Required range: x >= 0