Delete Rows

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 Bulk Job Status endpoint at GET /v1/audiences/{audienceId}/rows/actions/bulk/job/{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 Params
uuid
required

The unique identifier for the audience

Body Params

Request body containing the row deletion details

data
array of objects
required
length between 1 and 1000

The primary data of the document

data*
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json