Delete rows from a table via a Data Push Job

Request
path Parameters
poolId
required
string
id
required
string

Job Id

Request Body schema: application/json
file
required
string <binary>

Chunk file

Responses
200

OK

204

No Content

400

Bad request

403

Forbidden

404

Job not found

429

Too Many Requests

500

Internal Server Error

post/api/v1/data-push/{poolId}/jobs/{id}/chunks/deleted
Request samples
application/json
{
  • "file": "string"
}
Response samples
application/json
{
  • "errorInformation": { },
  • "frontendErrorKey": "string"
}