---
title: "Delete Rows"
method: DELETE
path: "/studio/v1/audiences/{audienceId}/rows/actions/bulk/delete"
tags: ["Audiences"]
---

# Delete Rows

`DELETE /studio/v1/audiences/{audienceId}/rows/actions/bulk/delete`

Permanently removes multiple rows from an audience in a single bulk operation.
Provide an array of `rowId` values in the request body. All row data and associated cell values are deleted and cannot be recovered.
Use this endpoint to clean audiences of outdated, duplicate, or irrelevant records. To delete the entire audience, use the Delete Audience endpoint instead.
This operation is asynchronous. Returns `202 Accepted` with a `jobId`. Poll the [Get Async Job Status](https://docs.zoominfo.com/zoominfoenterprise/reference/jobs_getAsyncJobStatus) endpoint at `GET /v1/audiences/{audienceId}/jobs/{jobId}` using that `jobId` to confirm all rows have been removed.
Returns `400` if the request body is malformed or `rowId` values are invalid.

## Path parameters

- `audienceId` string, uuid, required

## Response `202`

Accepted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

[API](https://skmtc.dev/zoominfo/apis/data-api-v1.md) · [All operations](https://skmtc.dev/zoominfo/apis/data-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zoominfo/data-api-v1/revisions/d1ee1374b588/schema)
