---
title: "Delete Audience"
method: DELETE
path: "/studio/v1/audiences/{audienceId}"
tags: ["Audiences"]
---

# Delete Audience

`DELETE /studio/v1/audiences/{audienceId}`

Permanently deletes an audience and all associated data — rows, column definitions, and enrichment history.
This action is irreversible; the audience and all its data cannot be recovered after deletion.
Use this endpoint only when retiring an audience entirely; to remove specific records, use the Delete Rows endpoint instead.
Returns `204 No Content` on success.
Returns `404` if no audience matches the provided `audienceId`.

## Path parameters

- `audienceId` string, uuid, required

## Response `204`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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