---
title: "Delete rows from a table via a Data Push Job"
method: POST
path: "/api/v1/data-push/{poolId}/jobs/{id}/chunks/deleted"
tags: ["Data Push API"]
---

# Delete rows from a table via a Data Push Job

`POST /api/v1/data-push/{poolId}/jobs/{id}/chunks/deleted`

## Path parameters

- `poolId` string, required
- `id` string, required

## Request body

- object
  - `file` string, binary, required — Chunk file

## Response `200`

OK

## Other responses

- `204` — No Content
- `400` — Bad request
- `403` — Forbidden
- `404` — Job not found
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/celonis/apis/openapi-definition.md) · [All operations](https://skmtc.dev/celonis/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/celonis/openapi-definition/revisions/3306567235b3/schema)
